API17

API17:JDatabaseMySQLImporter::withStructure

From Joomla! Documentation

Revision as of 23:16, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JDatabaseMySQLImporter::withStructure

Examples

<CodeExamplesForm />