]> granicus.if.org Git - php/commit
* Added the new fetch row mode: DB_FETCHMODE_OBJECT that returns the columns
authorTomas V.V.Cox <cox@php.net>
Fri, 3 Aug 2001 14:13:52 +0000 (14:13 +0000)
committerTomas V.V.Cox <cox@php.net>
Fri, 3 Aug 2001 14:13:52 +0000 (14:13 +0000)
commitfa0481609c3728d056f173f04dc742b9d5ec7120
tree351586930d601756730e5d96c28dbd560bb08a3e
parentd6dc2ba6bc17952188119028515ecf376c587348
* Added the new fetch row mode: DB_FETCHMODE_OBJECT that returns the columns
  of a fetched row as object properties
* Added a new class DB_row (the default type of a fetched row object)
* Updated some phpdocs
pear/DB.php