API17:JDatabaseMySQL::getTableList
From Joomla! Documentation
JDatabaseMySQL::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 374 of libraries/joomla/database/database/mysql.php
- Since

See also
JDatabaseMySQL::getTableList source code on BitBucket
Class JDatabaseMySQL
Subpackage Database- Other versions of JDatabaseMySQL::getTableList
User contributed notes
Code Examples