News Feed
Jobs Feed
Sections




News Archive
Sebastian Bergmann's Blog:
Cool PHP Objects Sleep on the Couch
January 12, 2009 @ 12:03:06

This new post from Sebastian Bergmann combines two technologies - the Object_Freezer class and the Couch DB to make a simple object storage system.

The Object_Freezer library for PHP provides the low-level functionality to store ("freeze") and fetch ("thaw") any PHP userland object to and from arbitrary object stores. Today I added an object storage implementation that uses Apache CouchDB as its backend.

His example creates an instance of a Foo class, passes it into the "freezer" object which, thanks to his new additions, automatically drops it into a Couch DB database for holding. The same is done for the "thaw" process - a call to fetch() and the object is returned as good as new.

0 comments voice your opinion now!
object freeze unfreeze couchdb objectfreezer thaw


blog comments powered by Disqus

Similar Posts

DevShed: Generating Outputs from MySQL with Static Members and Methods in PHP 5

Christopher Jones' Blog: It's feature freeze time for PHP 5.3

DevShed: Enforcing Object Types in PHP - Using the Type Hinting Feature in PHP 5

Michael Nitschinger: Benchmarking Cache Transcoders in PHP

Nefarious Designs: Object-Oriented PHP Part 4: PHP5's Improved Features


Community Events











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


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

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