JDatabase::getTableList
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JDatabase::getTableList[edit]
Description[edit]
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[edit]
JDatabase::getTableList source code on BitBucket
Class JDatabase
Subpackage Database
- Other versions of JDatabase::getTableList
User contributed notes[edit]
Code Examples[edit]