MVC, XSLT and other animals
May 12th, 2009
No comments
The MVC architectural pattern is a smart and bright way of developing web-based applications. The acronym MVC stands for Model, View and Control: these are the three components that, according to the pattern, every application can (and should) be divided into. I would actually state that MVC is “the ultimate” way of developing apps but since IT is such a fast-growing/evolving discipline, I won’t dare being so bold and just say that it is certainly a topic every good developer should spend some time on.
Read more…
Categories: PHP advanced, architectural pattern, controller, Framework, model, MVC, PHP, tutorial, view