News Feed
Jobs Feed
Sections




News Archive
Dave Gardner's Blog:
Caching dependency-injected objects
March 25, 2010 @ 11:49:57

Dave Gardner has posted about a method he uses to cache objects that have dependency injection needs in something like a memcached server.

The objects themselves have a number of injected dependencies. It includes using the PHP magic methods __sleep and __wakeup to manage serialisation. It also discusses mechanisms for re-injecting dependencies on wakeup via a method that maintains Inversion of Control (IoC).

He uses a user object based example that has an injection needed to load in the user's usage history. He includes the code to define the classes, create the objects via a dependency injection container and performing the sleep/wakeup actions with the dependencies coming out intact on the other side.

0 comments voice your opinion now!
tutorial cache dependency injection object sleep wakeup


blog comments powered by Disqus

Similar Posts

Pádraic Brady's Blog: Complex Views with the Zend Framework - Part 4: The View Factory

Adam Gotterer's Blog: Building an Object Collection Manager with the Standard PHP Library (SPL)

Hiveminds Magazine: Using numbers in PHP function names

Limitless Studios: Determine Number Of Online Users Without A Database

PHPMaster.com: Watermarking Images


Community Events











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


functional introduction testing zendframework2 rest community podcast phpunit language conference development series opinion interview symfony2 usergroup framework database release unittest

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