JDatabaseMySQLImporter::withStructure
From Joomla! Documentation
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.
JDatabaseMySQLImporter::withStructure
Description
Sets an internal option to merge the structure based on the input data.
Since
Synopsis
public JDatabaseMySQLImporter::withStructure ($setting=true)
Parameter | Type | Default | Description |
---|---|---|---|
$setting | boolean | true | True to export the structure, false to not. |
Returns
Method supports chaining.
Defined in
libraries/joomla/database/database/mysqlimporter.php (line 666)
- see source code in BitBucket
Referenced by
See also
- JDatabaseMySQLImporter
- Other versions of this method