Saturday, July 31, 2010

Re: How to appreciate cakePHP - try the Zend Framework quickstart

Zend focuses on extendability and configuration, while CakePHP focuses
on convention and rapid deployment. They each have their strengths and
weaknesses. If you want complete control over directory structure, MVC
operation, included libraries, and all of that stuff, then Zend is a
perfectly good choice. But if you're happy with sticking to rigid
conventions and sacrificing some control for speed, then Cake is
definitely the way to go.

Cake and Zend just approach frameworks in different ways. I can tell
you one thing, though: reading and understanding Zend's code is a good
exercise. It's dense and modern (PHP5+).


On Jul 30, 3:19 am, keymaster <ad...@optionosophy.com> wrote:
> If anyone wants to reaffirm their commitment to the intelligence of
> cake, spend an hour reading thezendframework quickstart.
>
> You would not believe the amount of code and configuration involved in
> getting a simple ZF app up and running with a single controller/model
> and two actions/views (index, add).
>
> You just wouldn't believe it.

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: