2014
Web Application Architecture
by SponeI've spent some time thinking about how a web application should be architected. How should it look from a high level? How does the development cycle look? How does the deployment process look?
I read a lot about how applications should be modular, and I agree with this, but in practice I've come to realize I don't know how a large application should look.
2005
The Model-View-Controller (MVC) Design Pattern for PHP
by fastclemmy & 2 othersMVC implementation in PHP
1
(2 marks)