I was thinking about using a MVC framework for my next PHP project. Which framework do you guys recommend? Which are the popular choices?
Printable View
I was thinking about using a MVC framework for my next PHP project. Which framework do you guys recommend? Which are the popular choices?
you can use cakePHP framework
How about code igniter or zend?
I've never really played with Zend myself, but a couple of my co-workers are going in for their certification in it and are quite impressed by it.
I can't really go into any more depth than the website describes on it, though.
Im thinking about either using Code Igniter, zend or cake. Can someone give me some advice?
many thanks
taco?
Best is make sure you understand MVC in PHP thoroughly before bothering with a framework....
The Model-View-Controller (MVC) Design Pattern for PHP
Understanding MVC in PHP
Implementing MVC in PHP: The Controller
Implementing MVC in PHP: The View
Implementing MVC in PHP: The Model
then go ahead and choose a framework....
Top 10 PHP MVC frameworks