» Version | » Information |
---|---|
2008-12-25 stable |
|
2008-06-17 stable |
|
2008-06-08 stable |
|
2008-06-06 stable |
|
2008-05-14 stable |
|
2008-03-28 stable |
|
2007-06-27 stable |
|
2007-06-14 beta |
|
2007-03-24 beta |
|
2007-02-06 beta |
|
2006-11-09 stable |
|
2006-07-25 stable |
|
2006-07-19 stable |
|
2006-04-26 stable |
|
2006-04-19 beta |
|
2006-04-13 beta |
|
2006-04-07 beta |
|
2006-04-07 beta |
|
2006-02-27 beta |
|
2005-09-13 stable |
|
2005-08-29 stable |
|
2005-08-07 stable |
|
2005-05-28 stable |
|
2005-03-07 stable |
|
2005-02-23 beta |
|
2004-12-30 beta |
|
2004-10-27 beta |
|
2004-07-12 alpha |
|
2004-07-11 alpha |
|
2004-07-11 alpha |
|
2004-04-23 alpha |
|
0.17 |
Easy InstallNot sure? Get more info. pear install DB_Table-0.17 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_Table-0.17 Release date: 2004-04-21 08:24 UTC Release state: alpha Release uploaded by: pmjones Changelog: * BREAKS BACKWARD COMPATIBILITY: You will need to edit and update your existing classes extended from DB_Table * BC break: no longer uses a factory method; instantiate using "$obj =& new DB_Table();" and then check the error property ("if ($obj->error)...") * BC break: all constants other than error codes are now string literals (e.g., DB_TABLE_COL_TYPE is now just 'type') * BC break: method setup() no longer exists; you now define $this->col, $this->idx, and $this->sql as class properties (or in your extended constructor) * BC break: DATETIME datatype is now named TIMESTAMP * These should be the last major breaks in backwards compatibility; sorry for the trouble :-( * Added 'char' native datatype and an emulated 'boolean' datatype * Converted 'date', 'time', 'timestamp' emulated datatypes now created as fixed-length (not variable-length) character fields * Added automatic check for reserved keywords under all supported databases at create() time (see the end of Manager.php) * Improved auto-validation of 'decimal' data types * Improved HTML_QuickForm element mapping and automation * Improved fetchmode switching in select() and selectResult() * Improved inline comments |