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

Web Development Blog: Integrate your MailChimp Newsletter Subscription

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

Community News: PHP Tutorial Site - GoodPHPTutorials.com

Max Horvath's Blog: How to enable the Xdebug debugger in Zend Studio for Eclipse

PHPMaster.com: Getting Started with Fuel CMS, Part 2


Community Events











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


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

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