Link to home
Start Free TrialLog in
Avatar of dimensionav
dimensionavFlag for Mexico

asked on

how easy would be change an application developed in a framework to another?

HI

We pretend to start developing some applications in codeigniter but reading a little bit more about symfony or zend frameworks, we've noticed that those are better for robust applications, so I wonder how easy would be to migrate our application from one framework to another? (perhaps from codeigniter to symfony)

We don't have too much experience with frameworks so excuse me if I am asking about something absurd.
ASKER CERTIFIED SOLUTION
Avatar of mankowitz
mankowitz
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
No points for this, please, but I completely agree with mankowitz.  Not only is the learning curve fairly steep for each framework, but the costs of modifying a deployed application are huge compared to the costs of changes at the early stage of development.  In other words, changing frameworks is worse than starting over.

Make a brief "survey site" from each of a few frameworks - perhaps a couple of forms and a couple of views, with a simple data base.  Pick the one you like, and never look back.  Among my smartest and most professional colleagues Laravel is getting a lot of love these days.
Avatar of dimensionav

ASKER

Thank you very much both of you guys