<?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>1.1.0</v>
 <st>stable</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>2005-08-07 15:35:06</da>
 <n>* Added 'mysqli' support; thanks, James Kachel.

 * Applied patch to allow passing of placeholder
 substitutions in select(), selectResult(), and
 selectCount().  Thanks, Matthew Weier O'Phinney.
 
 * Added request #4610 to add a 'label' key to column
 definitions.  this is in addition to the 'qf_label' key;
 the qf_label key is for form labels, but the label key is
 for column headers on tabular formats.
 
 * Added more-reliable way of generating the name and label
 for a group when using addElements(), particularly with
 respect to radio button sets.  This fixes bug #4935,
 &quot;element names as array-keys not respected for radio
 buttons.&quot;

* Fixed bug #4614; you can now specify the separator string
for radio buttons using the 'qf_radiosep' key; default is
'&lt;br /&gt;'.</n>
 <f>28442</f>
 <g>http://pear.php.net/get/DB_Table-1.1.0</g>
 <x xlink:href="package.1.1.0.xml"/>
</r>