API17

API17:JDatabase::getLog

From Joomla! Documentation

Joomla 11.1 JDatabase::getLog

Description

Get the database driver SQL statement log.


public function getLog ()
  • Returns array SQL statements executed by the database driver.
  • Defined on line 431 of libraries/joomla/database/database.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples