API17

API17:JDatabaseExporterMySQL::withStructure

From Joomla! Documentation

Joomla 11.1 JDatabaseExporterMySQL::withStructure

Description

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


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/mysqlexporter.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples