Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
check () | |
Fonctions membres publiques inherited from JDatabaseExporter | |
__construct () | |
__toString () | |
asXml () | |
from ($from) | |
setDbo (JDatabaseDriver $db) | |
withStructure ($setting=true) |
Fonctions membres protégées | |
buildXml () | |
buildXmlStructure () | |
Fonctions membres protégées inherited from JDatabaseExporter | |
getGenericTableName ($table) |
Additional Inherited Members | |
Attributs protégés inherited from JDatabaseExporter | |
$asFormat = 'xml' | |
$cache = array() | |
$db = null | |
$from = array() | |
$options = null |
Définition à la ligne 19 du fichier mysqli.php.
|
protected |
Builds the XML data for the tables to export.
Exception | if an error occurs. |
Réimplémentée à partir de JDatabaseExporter.
Définition à la ligne 29 du fichier mysqli.php.
|
protected |
Builds the XML structure to export.
Exception | if an error occurs. |
Réimplémentée à partir de JDatabaseExporter.
Définition à la ligne 53 du fichier mysqli.php.
JDatabaseExporterMysqli::check | ( | ) |
Checks if all data and options are in order prior to exporting.
Exception | if an error is encountered. |
Réimplémentée à partir de JDatabaseExporter.
Réimplémentée dans JDatabaseExporterMysql.
Définition à la ligne 97 du fichier mysqli.php.