JDatabase::getTableCreate/1.6

From Joomla! Documentation

Jump to: navigation, search

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

SeeAlso:JDatabase::getTableCreate [Edit See Also]

User contributed notes


Personal tools