Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe JDatabaseExporterMysqli
+ Graphe d'héritage de JDatabaseExporterMysqli:

Fonctions membres publiques

 check ()
 
- Fonctions membres publiques hérités de JDatabaseExporter
 __construct ()
 
 __toString ()
 
 asXml ()
 
 check ()
 
 from ($from)
 
 setDbo (JDatabaseDriver $db)
 
 withStructure ($setting=true)
 

Fonctions membres protégées

 buildXml ()
 
 buildXmlStructure ()
 
- Fonctions membres protégées hérités de JDatabaseExporter
 buildXml ()
 
 buildXmlStructure ()
 
 getGenericTableName ($table)
 

Membres hérités additionnels

- Attributs protégés hérités de JDatabaseExporter
 $asFormat = 'xml'
 
 $cache = array()
 
 $db = null
 
 $from = array()
 
 $options = null
 

Description détaillée

MySQLi export driver.

Depuis
1.7.0

Documentation des fonctions membres

◆ buildXml()

buildXml ( )
protected

Builds the XML data for the tables to export.

Renvoie
string An XML string
Depuis
1.7.0
Exceptions
Exceptionif an error occurs.

Références $buffer.

◆ buildXmlStructure()

buildXmlStructure ( )
protected

Builds the XML structure to export.

Renvoie
array An array of XML lines (strings).
Depuis
1.7.0
Exceptions
Exceptionif an error occurs.

Références $buffer, $field, $fields, $key, ENT_COMPAT, et htmlspecialchars.

◆ check()

check ( )

Checks if all data and options are in order prior to exporting.

Renvoie
JDatabaseExporterMysqli Method supports chaining.
Depuis
1.7.0
Exceptions
Exceptionif an error is encountered.

La documentation de cette classe a été générée à partir du fichier suivant :