[UPHPU] Good MVC framework or arguments against using one

David Boucha boucha at gmail.com
Tue Apr 15 13:57:05 MDT 2008


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


More information about the UPHPU mailing list