JDatabaseImporter
class JDatabaseImporter
Joomla Platform Database Importer Class
Methods
__construct()
Constructor.
asXml()
Set the output option for the exporter to XML format.
check()
Checks if all data and options are in order prior to exporting.
from(
mixed $from)
Specifies the data source to import.
void
mergeStructure()
Merges the incoming structure definition with the existing structure.
setDbo(
JDatabaseDriver $db)
Sets the database connector to use for exporting structure and/or data.
withStructure(
boolean $setting = true)
Sets an internal option to merge the structure based on the input data.
Details
JDatabaseImporter
setDbo(
JDatabaseDriver $db)
Sets the database connector to use for exporting structure and/or data.
JDatabaseImporter
withStructure(
boolean $setting = true)
Sets an internal option to merge the structure based on the input data.