[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#487561: ITP: php-db-table -- PEAR Package providing an object oriented interface to, and model of, a database. Integrates with HTML_QuickForm



Package: wnpp
Owner: Stephanie <stephanielayton@mac.com>
Severity: wishlist

*** Please type your report below this line ***

* Package name    : php-db-table
  Version         : 1.5.2
  Upstream Author : Mark Wiesemann <wiesemann@ php.net>
* URL             : http://pear.php.net/package/DB_Table
* License         : new BSD
  Programming Lang: PHP
  Description     : PEAR Package providing an object oriented interface to, and model of, a database. Integrates with HTML_QuickForm.

The DB_Table package provides an object oriented interface to a database.
Each instance of the core DB_Table class contains the schema for a table,
defined using abstract data types. The class provides a portable api for
insert, update, delete, and select SQL commands, and can validate data types
upon insertion and updating. It provides methods to automatically create or
verify a database table. DB_Table also provides methods (using PEAR
HTML_QuickForm) to generate input forms that match the column definitions.
Each instance of the DB_Table_Database class contains a model of
relationships between tables in a database, in which each table is
represented by an instance of DB_Table. DB_Table_Database provides a method
for automatic construction of join conditions for inner joins involving any
number of tables, optional php validation of foreign key validity, and
optional php emulation of actions triggered on delete or update of referenced
rows, such as cascading deletes.The DB_Table_Generator class auto-generates
the php code necessary to create an interface to an existing database.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)



Reply to: