Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The new method cDb::prepare() is nearly itentical to cDb::query() with two exceptions

  1. Whilq cDbWhile cDb::query() executes the statement, cDb::prepare() just returns the prepared statement.
  2. cDb::prepare() cannot be called with a single parameter, i.e. the SQL statement.

...