[UPHPU] Good MVC framework or arguments against using one
Jonathan Duncan
jonathan at bluesunhosting.com
Tue Apr 15 13:26:12 MDT 2008
On 15 Apr 2008, at 13:03, Nathan Lane wrote:
> Is there a good Model-View-Controller based framework for PHP? What
> does one
> recommend? Are there any arguments against using an MVC package to
> write a
> web site in PHP?
>
I prefer CakePHP - http://cakephp.org/
But I have been using ZendFramework (http://framework.zend.com/)
recently and it seems quite well thought out, although it is more of a
packaged library than a framework.
CakePHP is more of a site out of the box type of framework.
Typo3 is a CMS. The list of frameworks and CMS's gets longer every
day it seems.
Check out this list: http://en.wikipedia.org/wiki/List_of_web_application_frameworks
It really depends on what you want. Each framework will have a
learning curve to get familiar with the nuances of it.
More information about the UPHPU
mailing list