DB_DataObject::debugLevel

DB_DataObject::debugLevel -- set the amount of debugging output

Synopsis

void DB_DataObject::debugLevel ([integer $level])

Description

Sets and returns debug level. So you can see the queries and connections being built and executed.

Parameter

Note

This function can not be called statically.

See

->debug()()

Example