
October 24th, 2011, 11:00 AM
|
|
|
|
PHP Proxy Patterns: Collections and Classes
In this second part of a three-part tutorial, I add to the existing structure of our sample blog program a host of useful components. These include the classes that handle collections of entities and views, and most importantly, the ones responsible for lazy-loading domain objects from the database.
Read the full article here: PHP Proxy Patterns: Collections and Classes
For more discussion go here: Blog Article Discussion
|