API17

JDatabaseMySQLi::getTableList: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Method to get an array of all tables in the database.  
Method to get an array of all tables in the database.  


{{Description:JDatabaseMySQLi::getTableList}}
{{subst:Description:JDatabaseMySQLi::getTableList}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseMySQLi::getTableList|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function getTableList ()
public function getTableList ()
Line 32: Line 30:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[API17:JDatabaseMySQLi::getTableList|Other versions of JDatabaseMySQLi::getTableList]]
* [[API17:JDatabaseMySQLi::getTableList|Other versions of JDatabaseMySQLi::getTableList]]
{{SeeAlso:JDatabaseMySQLi::getTableList}}
{{subst:SeeAlso:JDatabaseMySQLi::getTableList}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQLi::getTableList|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:07, 24 March 2017

Joomla 11.1 JDatabaseMySQLi::getTableList

Description

Method to get an array of all tables in the database.

{{subst:Description:JDatabaseMySQLi::getTableList}}

public function getTableList ()
Parameter Type Default Description
  • Returns array An array of all the tables in the database.
  • Defined on line 396 of libraries/joomla/database/database/mysqli.php
  • Since Joomla 11.1

See also

{{subst:SeeAlso:JDatabaseMySQLi::getTableList}}

User contributed notes

<CodeExamplesForm />