JDatabaseMySQLImporter::withStructure: Difference between revisions
From Joomla! Documentation
m →Examples: moving preparation |
m →See also: moving preparation |
||
| Line 37: | Line 37: | ||
<nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQLImporter::withStructure|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQLImporter::withStructure|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
* [[JDatabaseMySQLImporter | * [[API17:JDatabaseMySQLImporter|JDatabaseMySQLImporter]] | ||
* [[JDatabaseMySQLImporter::withStructure|Other versions of this method]] | * [[API17:JDatabaseMySQLImporter::withStructure|Other versions of this method]] | ||
{{SeeAlso:JDatabaseMySQLImporter::withStructure}} | {{SeeAlso:JDatabaseMySQLImporter::withStructure}} | ||
===Examples=== | ===Examples=== | ||
Revision as of 01:11, 12 May 2013
JDatabaseMySQLImporter::withStructure
Description
Sets an internal option to merge the structure based on the input data.
Template:Description:JDatabaseMySQLImporter::withStructure [Edit Descripton]
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
Template:SeeAlso:JDatabaseMySQLImporter::withStructure
Examples
<CodeExamplesForm />