There's a less popular but more php5-specific MVC called Kohana. http://www.kohanaphp.org
Integrates smarty, uses ORM, strict PHP5 OOP, and a fair amount of optional modules. -Will On Tue, Apr 15, 2008 at 1:57 PM, David Boucha <[EMAIL PROTECTED]> wrote: > On Tue, Apr 15, 2008 at 1:03 PM, Nathan Lane <[EMAIL PROTECTED]> > 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 highly recommend CodeIgniter http://codeigniter.com. > I find it less restricting than other frameworks. > > As far as arguments against using an MVC package... There aren't many. > Maybe if you are literally doing one simple page I might not use one. > A good PHP framework will speed up your work, help avoid bugs and will > make it MUCH easier to maintain the code. > > I would try out CodeIgniter, Cake and maybe one or two others and see > which works for you. > > Good luck! > > Dave > > _______________________________________________ > > UPHPU mailing list > [email protected] > http://uphpu.org/mailman/listinfo/uphpu > IRC: #uphpu on irc.freenode.net > _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
