Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 78 → Rev 77

/trunk/Db/Database.php
580,8 → 580,8
* in which case this function will return the prepared
* {@link PDOStatement} instead of the result array. You can then use
* {@link PDOStatement::fetch()} to get the returned rows iteratively.
* <var>$fetch_style</var> will be ignored then, so that you can safely
* pass <code>null</code> for it, for example.
* <var>fetch_style</var> will be ignored then, so that you can safely
* pass <code>null</code>, for example.
* @return array|PDOStatement
* @see Database::prepare()
* @see PDOStatement::fetchAll()