JDatabaseMySQLImporter::withStructure: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Sets an internal option to merge the structure based on the input data. | Sets an internal option to merge the structure based on the input data. | ||
===Since=== | ===Since=== | ||
| Line 35: | Line 35: | ||
* [[API17:JDatabaseMySQLImporter|JDatabaseMySQLImporter]] | * [[API17:JDatabaseMySQLImporter|JDatabaseMySQLImporter]] | ||
* [[API17:JDatabaseMySQLImporter::withStructure|Other versions of this method]] | * [[API17:JDatabaseMySQLImporter::withStructure|Other versions of this method]] | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDatabaseMySQLImporter::withStructure | category=JDatabaseMySQLImporter::withStructure | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:40, 25 March 2017
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
Examples
Code Examples