Return to Snippet

Revision: 48054
at July 7, 2011 05:35 by kentandre


Updated Code
$log = $this->Product->getDataSource()->getLog(false, false);
debug($log);

Revision: 48053
at June 22, 2011 23:12 by kentandre


Initial Code
$log = $this->Product->getDataSource()->getLog(false, false);

Initial URL


Initial Description


Initial Title
CakePHP: SQL-log in array (for controller, e.g.)

Initial Tags
sql, debug, cakephp, log

Initial Language
PHP