JDatabase::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:JDatabase::getTableList}} | {{subst:Description:JDatabase::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:JDatabase::getTableList|Other versions of JDatabase::getTableList]] | * [[API17:JDatabase::getTableList|Other versions of JDatabase::getTableList]] | ||
{{SeeAlso:JDatabase::getTableList}} | {{subst:SeeAlso:JDatabase::getTableList}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 14:59, 24 March 2017
JDatabase::getTableList
Description
Method to get an array of all tables in the database.
{{subst:Description:JDatabase::getTableList}}
public function getTableList ()
| Parameter | Type | Default | Description |
|---|---|---|---|
- Returns array An array of all the tables in the database.
- Defined on line 1211 of libraries/joomla/database/database.php
- Since

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