API17:JDatabase::getTableList
From Joomla! Documentation
JDatabase::getTableList
Description
Method to get an array of all tables in the database.
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
User contributed notes
Code Examples