News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Using Data Objects with PHP and DB_OO2
October 27, 2008 @ 10:28:12

This new tutorial from the Zend Developer Zone (by Vikram Vaswani) looks at getting data objects set up between PHP and the DB_OO2 package.

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.

The DB_OO2 package (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.

0 comments voice your opinion now!
pearc package dboo2 data object database table interact


blog comments powered by Disqus

Similar Posts

PHP-Tools Blog: Der Zauberlehrling - Sorcerer's Apprentice

DevShed: Iterators in the Simplest Sense - Traversing Different Data Structures

Zend Developer Zone: Using the Stack Exchange API with PHP (part 1)

Community News: Zend & Oracle Partner to Integrate Zend Server into ULN Packages

IBM developerWorks: Using Service Data Objects to construct XML


Community Events











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


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

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