...
The new method cDb::prepare() is nearly itentical to cDb::query() with two exceptions
- Whilq cDbWhile cDb::query() executes the statement, cDb::prepare() just returns the prepared statement.
- cDb::prepare() cannot be called with a single parameter, i.e. the SQL statement.
...