Download List

專案描述

DB_Table is an object-oriented interface to a database table.
As a wrapper for the PEAR DB class, it provides methods to
help you build automated create, insert, update, delete, and
select functionality, as well as methods for automatically
building input forms with HTML_QuickForm.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-06-02 00:22
1.0.1

$elemname in error messages is changed to $col['qf_label']". Bug 3892, "Error in DB_Table_QuickForm->addElements" when adding radio elements, has been fixed.
標籤: Minor bugfixes

2004-07-15 05:23
0.21.2

The QuickForm type is now correctly checked.
Dependencies on Date and HTML_QuickForm were
added. The buildSQL() method no longer adds the
key to JOIN snippets. recast() now properly
formats timestamp strings. The autoRecast() method
was added. QF rules were added. The Manager.php
create() method now checks for indexes on CLOB
columns (which are disallowed). Additional
QuickForm client-side rule validation is specified
with the column "qf_client" element. QuickForm
"checkbox" elements now always map to
"advcheckbox" elements. Boolean columns now
default to "checkbox" vice "select".
標籤: Minor feature enhancements

2004-04-22 06:04
0.17 alpha

標籤: Initial freshmeat announcement

Project Resources