Voor Cake 2.0 is het querylogboek beveiligd, dus dit werkt
function getLastQuery() {
$dbo = $this->getDatasource();
$logs = $dbo->getLog();
$lastLog = end($logs['log']);
return $lastLog['query'];
}
Voor Cake 2.0 is het querylogboek beveiligd, dus dit werkt
function getLastQuery() {
$dbo = $this->getDatasource();
$logs = $dbo->getLog();
$lastLog = end($logs['log']);
return $lastLog['query'];
}