<?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>Sun, 19 May 2013 02:44:10 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: Using Data Objects with PHP and DB_OO2]]></title>
      <guid>http://www.phpdeveloper.org/news/11292</guid>
      <link>http://www.phpdeveloper.org/news/11292</link>
      <description><![CDATA[<p>
<a href="http://devzone.zend.com/article/3985-Using-Data-Objects-with-PHP-and-DB_OO2">This new tutorial</a> from the Zend Developer Zone (by <i>Vikram Vaswani</i>) looks at getting data objects set up between PHP and the DB_OO2 package.
</p>
<blockquote>
Data objects, which provide an API for accessing and manipulating database tables, are one such tool. There are a number of implementations for data objects in PHP, most notably the popular PEAR DB_DataObject package. This tutorial focuses on one such implementation, the DB_OO2 package, showing you how it can significantly reduce your coding time when working with database tables.
</blockquote>
<p>
The <a href="http://pear.sergiocarvalho.com/packages/package/DB_OO2/">DB_OO2 package</a> (PEAR) lets you set up references to your database tables as objects and interface with them by setting properties and calling standardized functions. Many of the PHP frameworks out there let you do this same sort of thing, but those are built in - this method lets you use the package wherever.
<?p>]]></description>
      <pubDate>Mon, 27 Oct 2008 10:28:12 -0500</pubDate>
    </item>
  </channel>
</rss>
