<?xml version="1.0" encoding="ISO-8859-1" ?>
<package version="1.0">
  <name>DB_DataObject</name>
  <summary>An SQL Builder, Object Interface to Database Tables</summary>
  <description>DataObject performs 2 tasks:
  1. Builds SQL statements based on the objects vars and the builder methods.
  2. acts as a datastore for a table row.
  The core class is designed to be extended for each of your tables so that you put the 
  data logic inside the data classes.
  included is a Generator to make your configuration files and your base classes.</description>
  <maintainers>
    <maintainer>
      <user>alan_k</user>
      <name>Alan Knowles</name>
      <email>alan@akbkhome.com</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>0.2</version>
    <date>2002-07-12</date>
    <license>PHP License</license>
    <state>beta</state>
    <notes>Removed list method call, First upload as pear package. - Documentation now in PEAR Manual</notes>
    <filelist>
      <file role="php" baseinstalldir="DB" md5sum="dd690cd0ecb01e8aa6ed2e94400cb616" name="DataObject.php"/>
      <file role="php" baseinstalldir="DB" md5sum="1434b4d27c19fec569caff0b09de76ea" name="DataObject/Generator.php"/>
      <file role="php" baseinstalldir="DB" md5sum="0e77baa3ab894a315f5a21069986c0e1" name="DataObject/createTables.php"/>
      <file role="php" baseinstalldir="DB" md5sum="81512df305a9234d27e928a833233310" name="DataObject/example.ini"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>0.2</version>
      <date>2002-07-12</date>
      <state>beta</state>
      <notes>Removed list method, First upload as pear package. - Documentation now in PEAR Manual</notes>
    </release>
    <release>
      <version>0.1</version>
      <date>2002-06-25</date>
      <state>beta</state>
      <notes>PEARified</notes>
    </release>
  </changelog>
</package>
