» Version | » Information |
---|---|
2015年11月10日 stable |
|
2015年04月08日 stable |
|
2014年04月22日 stable |
|
2013年04月05日 stable |
|
2013年04月05日 stable |
|
2013年04月03日 stable |
|
2012年04月27日 stable |
|
2011年08月29日 stable |
|
2010年07月07日 stable |
|
2010年06月21日 stable |
|
2010年01月15日 stable |
|
2009年12月03日 stable |
|
2009年08月12日 stable |
|
2009年07月16日 stable |
|
2009年03月19日 stable |
|
2009年03月12日 stable |
|
2008年01月29日 stable |
|
2007年07月11日 stable |
|
2007年07月10日 stable |
|
2006年12月14日 stable |
|
2006年03月05日 stable |
|
2006年03月03日 stable |
|
2006年01月20日 stable |
|
2006年01月20日 stable |
|
2005年12月28日 stable |
|
2005年07月07日 stable |
|
2005年06月25日 stable |
|
2005年03月24日 stable |
|
2005年03月22日 stable |
|
2005年03月21日 stable |
|
2005年03月15日 stable |
|
2005年03月12日 stable |
|
2005年03月11日 stable |
|
2005年03月06日 stable |
|
2005年03月04日 stable |
|
2005年03月01日 stable |
|
2004年08月28日 stable |
|
2004年08月08日 stable |
|
2004年08月06日 stable |
|
2004年06月03日 stable |
|
2004年06月02日 stable |
|
2004年01月29日 stable |
|
2004年01月24日 stable |
|
2004年01月21日 stable |
|
2004年01月20日 stable |
|
2003年12月19日 stable |
|
1.3 |
Easy InstallNot sure? Get more info. pear install DB_DataObject-1.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/DB_DataObject-1.3 Release date: 2003年11月14日 21:47 UTC Release state: stable Release uploaded by: alan_k Changelog: New Features - Inserts and updates do not use keys in the data creation part of the query (Markus Wolff) - MsSQL native get_last_insert ID using SELECT @@IDENTITY ** you may want to consider using this with transactions eg. $dataobject->query('BEGIN') and $dataobject->query('COMMIT') to ensure thread safety. (Markus Wolff) - DB_DataObject_Cast - a experimental generic casting feature for assigning variables * Common usages: // blobs $dataObject->someblobfield = DB_DataObject_Cast::blob(file_get_contents('xxx.jpg')); $dataObject->someblobfield = DB_DataObject_Cast::string('xxxxx'); // dates? $dataObject->at_date = DB_DataObject_Cast::date('12/12/2000'); //Human $dataObject->at_date = DB_DataObject_Cast::date('2000-12-12'); //ISO $dataObject->at_date = DB_DataObject_Cast::date(2000,12,12); //YYYY,dd,mm $d2 = DB_DataObject_Cast::date(); // today! // some addition $dataObject->expires = DB_DataObject_Cast::date($d1->year, $d1->month+30, $d1->day+30); // raw sql???? $dataObject->maxids = DB_DataObject_Cast::sql('max(id) > 12'); $dataObject->emptyfield = DB_DataObject_Cast::sql('NULL'); You can extend this object to provide your own datatypes.. - PHP5 Compatibility Return values should work with PHP5beta2 Overload (__call) should work with PHP5beta2 - table() and keys() Allow setting of data with a value (so you can use dataobjects without extended instances.) - factory/ getLinks and autoloading Will use the full path location in config to check if the file exists, after that it is included without warnings turned off.. (autoloading check to see if class exists first - should be faster) Fixes: - Validate is an optional dependency (Arnaud Limbourg) - Bug #228, BOOL type on postgresql correctly quoted. - Bug #133, No error is raised when calling fetch with no data returned, just produces a debug warning now - Bug #172,Turning of Overload If you define DB_DATAOBJECT_NO_OVERLOAD to any value, then dataobjects will not be overloaded, This is usefull when working with ZendOptimizer, that may segfault with certain optimization levels Dependencies: |
2003年08月25日 stable |
|
2003年08月09日 stable |
|
2003年07月31日 stable |
|
2003年07月18日 stable |
|
2003年07月16日 stable |
|
2003年05月22日 stable |
|
2003年04月17日 stable |
|
2003年03月12日 stable |
|
2003年03月11日 stable |
|
2003年02月25日 stable |
|
2003年02月06日 stable |
|
2003年01月23日 stable |
|
2003年01月22日 stable |
|
2003年01月21日 stable |
|
2002年12月09日 stable |
|
2002年12月06日 stable |
|
2002年12月05日 stable |
|
2002年09月10日 beta |
|
2002年09月07日 beta |
|
2002年08月21日 beta |
|
2002年08月16日 beta |
|
2002年07月12日 beta |