API17

JDatabaseMySQLImporter::withStructure: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
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.  


{{Description:JDatabaseMySQLImporter::withStructure}}
{{subst:Description:JDatabaseMySQLImporter::withStructure}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseMySQLImporter::withStructure|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Since===
===Since===
{{JVer|11.1 }}
{{JVer|11.1 }}
Line 34: Line 32:
===Referenced by===
===Referenced by===
===See also===
===See also===
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQLImporter::withStructure|Edit See Also]]<nowiki>]</nowiki>
</span>
* [[API17:JDatabaseMySQLImporter|JDatabaseMySQLImporter]]
* [[API17:JDatabaseMySQLImporter|JDatabaseMySQLImporter]]
* [[API17:JDatabaseMySQLImporter::withStructure|Other versions of this method]]
* [[API17:JDatabaseMySQLImporter::withStructure|Other versions of this method]]
{{SeeAlso:JDatabaseMySQLImporter::withStructure}}
{{subst:SeeAlso:JDatabaseMySQLImporter::withStructure}}
===Examples===
===Examples===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:06, 24 March 2017

Joomla 11.1 JDatabaseMySQLImporter::withStructure

Description

Sets an internal option to merge the structure based on the input data.

{{subst:Description:JDatabaseMySQLImporter::withStructure}}

Since

Joomla 11.1

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)

Referenced by

See also

{{subst:SeeAlso:JDatabaseMySQLImporter::withStructure}}

Examples

<CodeExamplesForm />