Web 2.0 Training
 

Random Header :: Unpredictably Exciting

category archive listing Category Archives: PHP

Using MVC in PHP Applications.

The Model-View-Controller (MVC) architecture provides a useful three-tier pattern for building software, as MVC patterns decouple the graphical user interface (GUI) from the application logic.
That comes in useful when it comes to changing an application after it has been deployed. Separation of the views from the data means modifications made in the views do […]