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