Fix documentation of DatabaseBase::fetchObject() and DatabaseBase::fetchRow()
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Mon, 18 Feb 2013 14:39:29 +0000 (15:39 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Mon, 18 Feb 2013 14:39:29 +0000 (15:39 +0100)
commit4746329a736a61aea413535bb623af20b25df483
tree098c8d4f1c932cd5dacb5b83dad4a3c786d884f9
parentfba656f9861bab41f0d94735bbc5cde672575fd8
Fix documentation of DatabaseBase::fetchObject() and DatabaseBase::fetchRow()

- DatabaseBase::fetchRows() returns the row as an array, not an object
- Both methods return false if there are no more rows in the result

Change-Id: I328d61b237bb82479d3fcb4c54ee9fd96dc4598f
includes/db/Database.php
includes/db/DatabaseIbm_db2.php
includes/db/DatabaseMysql.php
includes/db/DatabaseSqlite.php