JDatabaseMySQLImporter::withStructure: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
public | public JDatabaseMySQLImporter::withStructure ($setting=true) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 30: | ||
Method supports chaining. | Method supports chaining. | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/database/database/mysqlimporter.php | libraries/joomla/database/database/mysqlimporter.php (line 666) | ||
* see source code in [[jplatform:database/database/mysqlimporter.php#cl-666|BitBucket]] | |||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 01:15, 24 April 2011
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 />