For people who still struggle with understanding the MVC pattern (Model-View-Controller), the following link is a good explanation. PHP HTML CSS Tutorials » Blog Archive » Model View Controller in PHP.
I often need to make the following decision when starting a web-project with a back-end and front-end and wonder what you would decide. Do I create a separate front-end and back-end or do I blend the back-end with the front-end to create a consistent and single interface? The last option creates some extra work in [...]

Recent Comments