[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pear-general
Subject:    [PEAR] [ANNOUNCEMENT] DB_Table-1.5.5 (stable) Released.
From:       "PEAR Announce" <pear-dev () lists ! php ! net>
Date:       2008-06-17 13:07:33
Message-ID: 20080617130733.84280.qmail () pb12 ! pair ! com
[Download RAW message or body]

The new PEAR package DB_Table-1.5.5 (stable) has been released at \
http://pear.php.net/.

Release notes
-------------
- fix for installation problems on some Linux installations, no code changes

Package Info
------------
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.

Related Links
-------------
Package home: http://pear.php.net/package/DB_Table
   Changelog: http://pear.php.net/package/DB_Table/download/1.5.5
    Download: http://download.pear.php.net/package/DB_Table-1.5.5.tgz

Authors
-------
Mark Wiesemann <wiesemann@php.net> (lead)


-- 
PEAR General Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic