<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release
    http://pear.php.net/dtd/rest.release.xsd">
 <p xlink:href="/rest/p/db_querytool">DB_QueryTool</p>
 <c>pear.php.net</c>
 <v>0.9.2</v>
 <st>stable</st>
 <l>PHP</l>
 <m>cain</m>
 <s>An OO-interface for easily retreiving and modifying data in a DB.</s>
 <d>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.
</d>
 <da>2003-02-09 20:52:00</da>
 <n>- now you can customize the sequence name
- testing on postgres and added example
- enhancing the constructor to take the error/log callbacks
- some cleaning up</n>
 <f>21209</f>
 <g>http://pear.php.net/get/DB_QueryTool-0.9.2</g>
 <x xlink:href="package.0.9.2.xml"/>
</r>