Nette Debugger & Variables | dibi
Dibi can dump variables via Nette Debugger, part of Nette Framework.
- Nette Framework: http://nette.org
'sqlite3',
'database' => 'data/sample.s3db',
'profiler' => array(
'run' => TRUE,
)
));
NDebugger::barDump( dibi::fetchAll('SELECT * FROM customers WHERE customer_id < ?', 38), '[customers]' );