JDatabaseMySQLi::getTableList: Difference between revisions
From Joomla! Documentation
m JoomlaWikiBot moved page JDatabaseMySQLi::getTableList/11.1 to API17:JDatabaseMySQLi::getTableList without leaving a redirect: Robot: Moved page |
m preparing for archive only |
||
| (3 intermediate revisions by the same user not shown) | |||
| 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. | ||
<source lang="php"> | <source lang="php"> | ||
public function getTableList () | public function getTableList () | ||
| Line 29: | Line 27: | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JDatabaseMySQLi::getTableList source code''' on [[jplatform:database/database/mysqli.php#cl-388|BitBucket]] | * {{JVer|11.1}} '''JDatabaseMySQLi::getTableList source code''' on [[jplatform:database/database/mysqli.php#cl-388|BitBucket]] | ||
* {{JVer|11.1}} Class [[JDatabaseMySQLi | * {{JVer|11.1}} Class [[API17:JDatabaseMySQLi|JDatabaseMySQLi]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_Database | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | ||
* [[JDatabaseMySQLi::getTableList|Other versions of JDatabaseMySQLi::getTableList]] | * [[API17:JDatabaseMySQLi::getTableList|Other versions of JDatabaseMySQLi::getTableList]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDatabaseMySQLi::getTableList | category=JDatabaseMySQLi::getTableList | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| Line 47: | Line 43: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 02:41, 25 March 2017
JDatabaseMySQLi::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 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
User contributed notes
Code Examples