News Feed
Jobs Feed
Sections




News Archive
PHPEveryhwere:
ADOdb Implementation of Active Record - cloning Zend_Db_DataObject
May 08, 2006 @ 05:49:16

John Lim has posted an example of using the ADOdb software he's a developer on to clone the functionality of Zend's Zend_Db_DataObject.

The Zend Framework Preview edition is out. I had look this morning at Zend_Db_DataObject, which is an implementation of the Active Record pattern. After reading the tutorial, decided to implement something similar for ADOdb. After a couple of hours coding, I had an implementation that works with both PHP4 and PHP5, and provides a superset of the functionality described in the above link.

ActiveRecord, a method of database usage where the tables can "self-define" in your script (and you work with objects instead of messing with columns) is cropping up more and more, and John gives a code example of how it can be used inside ADOdb as well. He also mentions some of the advantages to using this kind of code/library, including the fact that it will work with both PHP4 and PHP5.

0 comments voice your opinion now!
adodb framework activerecord zend_db_dataobject cloning adodb framework activerecord zend_db_dataobject cloning


blog comments powered by Disqus

Similar Posts

Stefan Koopmanschap's Blog: Don't make them compete, make them work together!

Community News: The PHOCOA PHP Framework

Community News: Symfonians - Symfony-based Social Networking Application

Chris Hartjes' Blog: What's In Chris' Brain, July 2008 Edition

Josh Sharp's Blog: Why you should be using a framework


Community Events









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


zendframework2 api example composer framework tool unittest functional opinion interview testing object introduction community event podcast release language development code

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