<?xml version="1.0" encoding="ISO-8859-1" ?>
<package version="1.0">
  <name>DB_QueryTool</name>
  <summary>An OO-interface for easily retreiving and modifying data in a DB.</summary>
  <description>This package is an OO-abstraction to the SQL-Query language, it provides methods such
as setWhere, setOrder, setGroup, setJoin, etc. to easily build queries.
It also provides an easy to learn interface that interacts nicely with HTML-forms using
arrays that contain the column data, that shall be updated/added in a DB.
This package bases on an SQL-Builder which lets you easily build
SQL-Statements and execute them.</description>
  <maintainers>
    <maintainer>
      <user>cain</user>
      <name>Wolfram Kriesing</name>
      <email>wolfram@kriesing.de</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>0.9.1</version>
    <date>2003-01-29</date>
    <license>PHP</license>
    <state>stable</state>
    <notes>maintanence release, fix a lot E_ALL issues and CS issues</notes>
    <filelist>
      <file role="php" baseinstalldir="DB" md5sum="1fc3bfbb169bbf448cea8b55c1585efa" name="QueryTool.php"/>
      <file role="php" baseinstalldir="DB" md5sum="ef78c7e9da0fb078f1e78874e9a07e5a" name="QueryTool/Query.php"/>
      <file role="php" baseinstalldir="DB" md5sum="6977a6c02c50e22247eeaf64eb8d9ef6" name="QueryTool/EasyJoin.php"/>
      <file role="php" baseinstalldir="DB" md5sum="fbe18522245b5f53fcfe452a1705aef8" name="QueryTool/Result.php"/>
      <file role="doc" baseinstalldir="DB" md5sum="2d79f0142703f748c808e20a316efb01" name="docs/example.php"/>
      <file role="doc" baseinstalldir="DB" md5sum="7bd8b3c0dde5b2811203e58d4d1bd058" name="docs/example.sql"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>0.9</version>
      <date>2003-01-17</date>
      <state>stable</state>
      <notes>- initial release in PEAR
</notes>
    </release>
  </changelog>
</package>
