Building a Web Page Controller for Simulating the Model-View-Controller Schema in PHP

Tuesday, August 15th, 2006

If you re one of those PHP developers that want to extend your background in object-based applications then this series might be quite attractive to you. In these three tutorials of which this is the second you ll learn how to simulate a simple Model-View-Controller schema ...

An Introduction to Simulating the Model-View-Controller Schema in PHP

Tuesday, August 8th, 2006

Would you like to learn how to simulate an MVC-based system with PHP If so you ve come to the right place. This is the first article in a three-part series that will show you how to build this schema in PHP by constructing a few classes that ...

Simulating Events with PHP 5

Monday, February 20th, 2006

PHP has the drawback of not supporting events. Fortunately a basic structure can be built to support events in PHP 5. This article tackles that problem with some proof of concept code.... (Advertisement) MKS for SEI Capability Maturity Model Level 3 Free MKS whitepaper that focuses on providing an understanding ...