API17

JDatabaseMySQLImporter::withStructure: Difference between revisions

From Joomla! Documentation

m JoomlaWikiBot moved page JDatabaseMySQLImporter::withStructure/11.1 to API17:JDatabaseMySQLImporter::withStructure without leaving a redirect: Robot: Moved page
m Examples: moving preparation
Line 50: Line 50:
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JDatabaseMySQLImporter]][[Category:JDatabaseMySQLImporter::withStructure]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 15:29, 11 May 2013

Joomla 11.1 JDatabaseMySQLImporter::withStructure

Description

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

Template:Description:JDatabaseMySQLImporter::withStructure [Edit Descripton]

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

[Edit See Also]

Template:SeeAlso:JDatabaseMySQLImporter::withStructure

Examples

<CodeExamplesForm />