Browse Source

fix db.php doc

tags/v6.0.0RC1
Morris Jobke 10 years ago
parent
commit
b7ddc78626
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      lib/public/db.php

+ 2
- 0
lib/public/db.php 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!

Loading…
Cancel
Save