[UPHPU] Good MVC framework or arguments against using one
William Attwood
wattwood at gmail.com
Tue Apr 15 14:07:16 MDT 2008
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 <boucha at gmail.com> wrote:
> On Tue, Apr 15, 2008 at 1:03 PM, Nathan Lane <nathamberlane at gmail.com>
> 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
> UPHPU at uphpu.org
> http://uphpu.org/mailman/listinfo/uphpu
> IRC: #uphpu on irc.freenode.net
>
More information about the UPHPU
mailing list