PDA

View Full Version : MVC in PHP


Janepenelope
04-07-2009, 07:20 AM
Hello everybody

can anybody explain to me what is MVC and how it is implemented in PHP, someone ask me this question in an interview and i had no answer at that time

kazeem
05-04-2009, 12:49 PM
For people trying to get the hang of MVC and who want something fast and scaleable, I’d suggest PHPulse. They claim to be the fastest MVC framework for PHP and I don’t doubt it.

We installed it at the telecommunication company I work for web tools that get accessed by thousands of customers across the globe each day using a 10 terabyte database backend. It gave us split second page loads in comparison to other frameworks like Zend which were taking 15-30 seconds to load.

Plus it uses Smarty and other industry standard tools and principles that most developers are already familiar with.