Package pear-DB_Table: Information

    Source package: pear-DB_Table
    Version: 1.5.6-alt1
    Build time:  Jul 27, 2016, 02:13 PM in the task #167907
    Report package bug
    License: LGPL
    Summary: An object oriented interface to, and model of, a database. Integrates with HTML_QuickForm
    Description: 
    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.

    List of rpms provided by this srpm:
    pear-DB_Table (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov

      1. pear-core
      2. rpm-build-pear

    Last changed


    July 27, 2016 Vitaly Lipatov 1.5.6-alt1
    - new version 1.5.6 (with rpmrb script)
    June 20, 2008 Vitaly Lipatov 1.5.5-alt1
    - new version 1.5.5 (with rpmrb script)
    Jan. 10, 2008 Vitaly Lipatov 1.5.0-alt2
    - update according to rpm-build-pear 0.3