I have completed my website couple months ago, in php 5 (full oop), and now I’m think of migrating into PHP framework (Zend looks fine).
My question is, how hard is it to migrate from oop to any php framework?
What is the easiest Framework i can migrate to?
Noting that Functionality of my website depends on:
- A lot of MySQL Searching and Updating.
- There is a lot of forms in the web, some of them can reach more than 50+ fields.
- A lot of classes that handle logic of website specially analyze submitted forms with data on database.
I have no experience with php frameworks, so can you please tell me which framework would be least painful to move all my classes there and get them running fast?
How hard is to migrate… is a good questions…
A little example:
You can write your own queries… You can write queries in a “ZF-like” style…
then if your OOP Classes are well formed (I mean well formed for use them into the ZF enviroment) your migration will be quick and easy…
but you also have to understand ZF Mechanics
Keep a look to those beast:
– Zend Forms
– Zend Decorators
IMHO the two beast of ZF