News Feed
Jobs Feed
Sections



Recent Jobs

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




Community Events





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


symfony2 development community database release unittest podcast introduction api custom interview opinion framework conference test component language series phpunit application

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