What makes cakephp to stand ahead of other frameworks. Is this really topping the chart in terms of PHP programming?
What makes cakephp to stand ahead of other frameworks. Is this really topping the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’d say that the single biggest advantage of Cake over Zend, Symfony, CodeIgnitor, etc., is that it is a rapid development framework. It’s got a lot of stuff to help you get a site up and running quickly. If you’re doing a minimum viable product, proof-of-concept, or demo piece of web sw, Cake is great!
However, it also has many disadvantages (as others have noted). It’s very rigid. Some stuff doesn’t work how you’d expect it to. The API changes quite a bit (although after 2.0 I’d expect that to stabilize). And the biggest strike is that it’s regularly the slowest of the major frameworks.