LanguagesPHPMVC Basics for the PHP Developer

MVC Basics for the PHP Developer

Developer.com content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.

The MVC (or Model-View-Controller) design pattern promotes the fundamental principle that the logic of an application should be separated from its presentation. While many PHP developers have been interested in implementing the principles of MVC in their development, finding useful information about MVC and PHP on the Internet is not always easy for the uninitiated. Many tutorials either use terms like business logic without really defining them or simply gloss over what a design pattern is.

In his HTMLGoodies article Principles of MVC for PHP Developers, Vincent Wright attempts to explain everything PHP developers need to know about MVC in the simplest possible way — drawing on his 3-plus years of developing scalable, RAD PHP Frameworks. He writes:

What I have learned about MVC … is that it is very powerful, scalable, clean, and if well-coded, robust. The reason that such respected frameworks like Ruby on Rails and Zend Framework use the principles of MVC alone should be a hint that there is something special involved here.

 

Read the full story at HTMLGoodies:
Principles of MVC for PHP Developers

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Latest Posts

Related Stories