API17

JDatabase::getTicker: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Get the total number of SQL statements executed by the database driver.  
Get the total number of SQL statements executed by the database driver.  


{{subst:Description:JDatabase::getTicker}}
 


<source lang="php">
<source lang="php">
Line 17: Line 17:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[API17:JDatabase::getTicker|Other versions of JDatabase::getTicker]]
* [[API17:JDatabase::getTicker|Other versions of JDatabase::getTicker]]
{{subst:SeeAlso:JDatabase::getTicker}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabase::getTicker
category=JDatabase::getTicker
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:34, 25 March 2017

Joomla 11.1 JDatabase::getTicker

Description

Get the total number of SQL statements executed by the database driver.


public function getTicker ()
  • Returns integer
  • Defined on line 1436 of libraries/joomla/database/database.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples