<?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_table">DB_Table</p>
 <c>pear.php.net</c>
 <v>0.17</v>
 <st>alpha</st>
 <l>LGPL</l>
 <m>pmjones</m>
 <s>Builds on PEAR DB to abstract datatypes and automate table creation, data validation, insert, update, delete, and select; combines these with PEAR HTML_QuickForm to automatically generate input forms that match the table column definitions.</s>
 <d>Builds on PEAR DB to abstract datatypes and automate table creation, data validation, insert, update, delete, and select; combines these with PEAR HTML_QuickForm to automatically generate input forms that match the table column definitions.
</d>
 <da>2004-04-21 08:24:25</da>
 <n>* BREAKS BACKWARD COMPATIBILITY: You will need to edit and update your existing classes extended from DB_Table
* BC break: no longer uses a factory method; instantiate using &quot;$obj =&amp; new DB_Table();&quot; and then check the error property (&quot;if ($obj-&gt;error)...&quot;)
* BC break: all constants other than error codes are now string literals (e.g., DB_TABLE_COL_TYPE is now just 'type')
* BC break: method setup() no longer exists; you now define $this-&gt;col, $this-&gt;idx, and $this-&gt;sql as class properties (or in your extended constructor)
* BC break: DATETIME datatype is now named TIMESTAMP
* These should be the last major breaks in backwards compatibility; sorry for the trouble :-(
* Added 'char' native datatype and an emulated 'boolean' datatype
* Converted 'date', 'time', 'timestamp' emulated datatypes now created as fixed-length (not variable-length) character fields
* Added automatic check for reserved keywords under all supported databases at create() time (see the end of Manager.php)
* Improved auto-validation of 'decimal' data types
* Improved HTML_QuickForm element mapping and automation
* Improved fetchmode switching in select() and selectResult()
* Improved inline comments</n>
 <f>19062</f>
 <g>http://pear.php.net/get/DB_Table-0.17</g>
 <x xlink:href="package.0.17.xml"/>
</r>