function getLastQuery() { $dbo = $this->getDatasource(); $logs = $dbo->_queriesLog; return end($logs); }