JDatabase::getTableCreate/1.6
From Joomla! Documentation
JDatabase::getTableCreate
Description
Shows the CREATE TABLE statement that creates the given tables.
Description:JDatabase::getTableCreate [Edit Descripton]
public function getTableCreate ($tables)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $tables | string | A table name or a list of table names |
- Returns array A list the create SQL for the tables
- Defined on line 794 of libraries/joomla/database/database.php
See also
JDatabase source code on JoomlaCode
Class JDatabase
Subpackage Database- Other versions of JDatabase::getTableCreate
SeeAlso:JDatabase::getTableCreate [Edit See Also]