API17

API17:JDatabase::getTableCreate

From Joomla! Documentation

Joomla 11.1 JDatabase::getTableCreate

Description

Shows the table CREATE statement that creates the given tables.


public function getTableCreate ($tables)
Parameter Type Default Description
$tables
  • Returns array A list of the create SQL for the tables.
  • Defined on line 1188 of libraries/joomla/database/database.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples