News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
An Intro to Virtual Proxies, Part 2
April 26, 2012 @ 09:24:23

Following up on his previous article, Alejandro Gervasio has a new post to PHPMaster.com with the second part of his series on using virtual proxies in PHP.

Resting on the foundation of Polymorphism (dynamic Polymorphism, not the ad-hoc one often achieved through plain method overriding), Virtual Proxies are a simple yet solid concept which allows you to defer the construction/loading of expensive object graphs without having to modify client code.

He shows how to create a collection of domain objects that use proxies to populate their data. He includes the code for creating a "Post" interface/object as well as a Comment interface/object. These are put into a "CommentCollection" and, when it's accessed, pull the item in the collection out, only populating the data on demand.

0 comments voice your opinion now!
virtual proxies introduction series collection domain object


blog comments powered by Disqus

Similar Posts

Richard Davey's Blog: Interesting memory use with GD images

WebProNews: Introduction To Regular Expressions In PHP

DevShed: Introduction to Creating Command Objects with PHP 5

Padraic Brady's Blog: The Mockery: An Independent Mock Object and Stub Framework for PHP5

Alan Skorkin's Blog: What Every Developer Should Know About URLs


Community Events











Don't see your event here?
Let us know!


opinion unittest framework zendframework2 composer database code series interview introduction phpunit functional example development api community podcast testing language release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework