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}} | ||
<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}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:07, 24 March 2017
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

See also
JDatabaseMySQLi::getTableList source code on BitBucket
Class JDatabaseMySQLi
Subpackage Database- Other versions of JDatabaseMySQLi::getTableList
{{subst:SeeAlso:JDatabaseMySQLi::getTableList}}
User contributed notes
<CodeExamplesForm />