fix db.php doc

This commit is contained in:
Morris Jobke 2013-11-25 14:06:25 +01:00
parent ef592981ea
commit b7ddc78626
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ class DB {
/**
* Prepare a SQL query
* @param string $query Query string
* @param int $limit Limit of the SQL statement
* @param int $offset Offset of the SQL statement
* @return \MDB2_Statement_Common prepared SQL query
*
* SQL query via MDB2 prepare(), needs to be execute()'d!