Reputation: 10892
I'm going to start making my transition from regular, procedural PHP coding to OOP/framework PHP and was wondering which one is best for the two stated factors in my question (1. size of development community 2. steepness of learning curve for getting started with practical use.)
Upvotes: 0
Views: 267
Reputation: 10674
Look at trends.google.com for popularity comparison based on search volume. Try to pick framework which is most suitable. Be sure to look into commercial frameworks too, if they are good. As a freelancer your priority is to get results done fast, so picking Zend might not be good idea.
Look at various related posts here, google for "php framework comparison", look at UI frameworks. Also note that some answers might be made 2 years ago and popularity might have shifted slightly since then.
Upvotes: 1