API17

JDatabaseMySQLi::getTableList: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
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.  


{{subst:Description:JDatabaseMySQLi::getTableList}}
 


<source lang="php">
<source lang="php">
Line 30: Line 30:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[API17:JDatabaseMySQLi::getTableList|Other versions of JDatabaseMySQLi::getTableList]]
* [[API17:JDatabaseMySQLi::getTableList|Other versions of JDatabaseMySQLi::getTableList]]
{{subst:SeeAlso:JDatabaseMySQLi::getTableList}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseMySQLi::getTableList
category=JDatabaseMySQLi::getTableList
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:41, 25 March 2017

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples