<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 18 May 2013 13:59:16 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Sebastian Bergmann's Blog: Cool PHP Objects Sleep on the Couch]]></title>
      <guid>http://www.phpdeveloper.org/news/11721</guid>
      <link>http://www.phpdeveloper.org/news/11721</link>
      <description><![CDATA[<p>
<a href="http://sebastian-bergmann.de/archives/841-Cool-PHP-Objects-Sleep-on-the-Couch.html">This new post</a> from <i>Sebastian Bergmann</i> combines two technologies - the <a href="https://launchpad.net/php-object-freezer">Object_Freezer</a> class and the <a href="http://couchdb.apache.org/">Couch DB</a> to make a simple object storage system.
</p>
<blockquote>
The <a href="https://launchpad.net/php-object-freezer">Object_Freezer</a> library for <a href="http://www.php.net/">PHP</a> provides the low-level functionality to <a href="http://sebastian-bergmann.de/archives/831-Freezing-and-Thawing-PHP-Objects.html">store ("freeze") and fetch ("thaw") any PHP userland object</a> to and from arbitrary object stores. Today I <a href="http://bazaar.launchpad.net/~sb-sebastian-bergmann/php-object-freezer/devel/revision/57">added</a> an object storage implementation that uses <a href="http://couchdb.apache.org/">Apache CouchDB</a> as its backend.
</blockquote>
<p>
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.
</p>]]></description>
      <pubDate>Mon, 12 Jan 2009 12:03:06 -0600</pubDate>
    </item>
  </channel>
</rss>
