<?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.6</version>
    <date>2002-09-10</date>
    <license>PHP License</license>
    <state>beta</state>
    <notes>- bug fix release on insert (broke due to compatibility fixes)</notes>
    <filelist>
      <file role="php" baseinstalldir="DB" md5sum="0015b81ae8daac6e4d6b96c4042cf223" name="DataObject.php"/>
      <file role="php" baseinstalldir="DB" md5sum="30d063831b86a377274976e761c0efac" name="DataObject/Generator.php"/>
      <file role="php" baseinstalldir="DB" md5sum="3c2a0964bfea8b1cc444c3ea8e726930" name="DataObject/createTables.php"/>
      <file role="php" baseinstalldir="DB" md5sum="3a5ce1c17e1ac0d9684f1fa886b384de" name="DataObject/example.ini"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>0.6</version>
      <date>2002-09-10</date>
      <state>beta</state>
      <notes>- bug fix release on insert (broke due to compatibility fixes)
</notes>
    </release>
    <release>
      <version>0.5</version>
      <date>2002-09-07</date>
      <state>beta</state>
      <notes>- fixed database.links.ini file loading in wrong location (Jens Fischer)
- fixed type on extends (Jens Fischer)
- added __clone() support to pre- php5 classes
- added multiple linked table support
</notes>
    </release>
    <release>
      <version>0.4</version>
      <date>2002-08-21</date>
      <state>beta</state>
      <notes>- Bug fix release - createTables used wrong argv

</notes>
    </release>
    <release>
      <version>0.3</version>
      <date>2002-08-16</date>
      <state>beta</state>
      <notes>- Fixed Globals requirement in createTables,
</notes>
    </release>
    <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>
