JDatabaseExporterJoomla Platform Database Exporter Class
Located in /libraries/joomla/database/exporter.php (line 19)
| Class | Description |
|---|---|
JDatabaseExporterMysqli
|
MySQLi export driver. |
JDatabaseExporterPostgresql
|
PostgreSQL export driver. |
string
$asFormat
= 'xml' (line 27)
The type of output format (xml).
array
$cache
= array() (line 35)
An array of cached data.
JDatabaseDriver
$db
= null (line 43)
The database connector to use for exporting structure and/or data.
array
$from
= array() (line 51)
An array input sources (table names).
object
$options
= null (line 59)
An array of options for the exporter.
Constructor.
Sets up the default options for the exporter.
Builds the XML data for the tables to export.
Builds the XML structure to export.
Checks if all data and options are in order prior to exporting.
Specifies a list of table names to export.
Get the generic name of the table, converting the database prefix to the wildcard string.
Sets the database connector to use for exporting structure and/or data from MySQL.
Sets an internal option to export the structure of the input table(s).
Documentation generated on Tue, 19 Nov 2013 15:02:42 +0100 by phpDocumentor 1.4.3