API17

Difference between revisions of "JDatabaseMySQLi::getTableList"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (preparing for archive only)
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JDatabaseMySQLi::getTableList==
 
=={{JVer|11.1}} JDatabaseMySQLi::getTableList==
 
===Description===
 
===Description===
Description.  
+
Method to get an array of all tables in the database.  
 +
 
 +
 
  
{{Description:JDatabaseMySQLi::getTableList}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseMySQLi::getTableList|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JDatabaseMySQLi->getTableList ()
+
public function getTableList ()
 
</source>
 
</source>
===Returns===
+
{| class="wikitable"
array A list of all the tables in the database
+
|-
===Defined in===
+
!Parameter
libraries/joomla/database/database/mysqli.php
+
!Type
===Referenced by===
+
!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''' {{JVer|11.1 }}
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
* {{JVer|11.1}} '''JDatabaseMySQLi::getTableList source code''' on [[jplatform:database/database/mysqli.php#cl-388|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQLi::getTableList|Edit See Also]]<nowiki>]</nowiki>
+
* {{JVer|11.1}} Class [[API17:JDatabaseMySQLi|JDatabaseMySQLi]]
</span>
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[JDatabaseMySQLi/11.1|JDatabaseMySQLi]]
+
* [[API17:JDatabaseMySQLi::getTableList|Other versions of JDatabaseMySQLi::getTableList]]
* [[JDatabaseMySQLi::getTableList|Other versions of this method]]
+
 
{{SeeAlso:JDatabaseMySQLi::getTableList}}
+
 
===Examples===
+
===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=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JDatabaseMySQLi]][[Category:JDatabaseMySQLi::getTableList]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:41, 24 March 2017

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.

Joomla 11.1 JDatabaseMySQLi::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 396 of libraries/joomla/database/database/mysqli.php
  • Since Joomla 11.1

See also[edit]


User contributed notes[edit]

Code Examples[edit]