API17

Difference between revisions of "JDatabaseExporterMySQLi::withStructure"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 29: Line 29:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JDatabaseExporterMySQLi::withStructure source code''' on [[jplatform:database/database/mysqliexporter.php#cl-330|BitBucket]]
 
* {{JVer|11.1}} '''JDatabaseExporterMySQLi::withStructure source code''' on [[jplatform:database/database/mysqliexporter.php#cl-330|BitBucket]]
* {{JVer|11.1}} Class [[JDatabaseExporterMySQLi/11.1|JDatabaseExporterMySQLi]]
+
* {{JVer|11.1}} Class [[API17:JDatabaseExporterMySQLi|JDatabaseExporterMySQLi]]
* {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[JDatabaseExporterMySQLi::withStructure|Other versions of JDatabaseExporterMySQLi::withStructure]]
+
* [[API17:JDatabaseExporterMySQLi::withStructure|Other versions of JDatabaseExporterMySQLi::withStructure]]
 
{{SeeAlso:JDatabaseExporterMySQLi::withStructure}}
 
{{SeeAlso:JDatabaseExporterMySQLi::withStructure}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:05, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDatabaseExporterMySQLi::withStructure[edit]

Description[edit]

Sets an internal option to export the structure of the input table(s).

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

public function withStructure ($setting=true)
Parameter Type Default Description
$setting boolean true True to export the structure, false to not.
  • Returns Method supports chaining.
  • Defined on line 338 of libraries/joomla/database/database/mysqliexporter.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JDatabaseExporterMySQLi::withStructure [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />