Index

(debug)

o2sqltrace

boolean o2sqltrace(boolean $start)

Starts and stops SQL-tracing in developer console.
This function can be used either for starting tracing or for ending it:
- with parameter TRUE (or without parameter): starts tracing;
- with parameter FALSE: stops tracing.


Parameters:
  1. $start
  2. If TRUE (default) tracing is started else stopped (if active)
Related functions:

o2log