
August 14th, 2006, 09:00 AM
|
|
|
|
Building a Web Page Controller for Simulating the Model-View-Controller Schema in PHP
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, which can be easily expanded to construct more complex relationships between the different entities, in this case applicable specifically to PHP classes.
Read the full article here: Building a Web Page Controller for Simulating the Model-View-Controller Schema in PHP
For more discussion go here: Blog Article Discussion
|