开发者

Advantages of CakePHP over other frameworks [closed]

开发者 https://www.devze.com 2022-12-11 20:13 出处:网络
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_StackOverflow
Closed. This question is opinion-based. It is not currently accepting answers.
开发者_StackOverflow

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

Closed 9 years ago.

Improve this question

What makes cakephp to stand ahead of other frameworks. Is this really topping the chart in terms of PHP programming?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消