Joomla Platform  13.1
Documentation des API du framework Joomla Platform
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JDatabaseExporterMysql
+ Graphe d'héritage de JDatabaseExporterMysql:
+ Graphe de collaboration de JDatabaseExporterMysql:

Liste de tous les membres

Fonctions membres publiques

 check ()

Additional Inherited Members

- Fonctions membres protégées inherited from JDatabaseExporterMysqli
 buildXml ()
 buildXmlStructure ()
- Fonctions membres protégées inherited from JDatabaseExporter
 getGenericTableName ($table)

Description détaillée

Définition à la ligne 19 du fichier mysql.php.


Documentation des fonctions membres

JDatabaseExporterMysql::check ( )

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

Renvoie:
JDatabaseExporterMysql Method supports chaining.
Depuis:
11.1
Exceptions:
Exceptionif an error is encountered.

Réimplémentée à partir de JDatabaseExporterMysqli.

Définition à la ligne 29 du fichier mysql.php.

{
// Check if the db connector has been set.
if (!($this->db instanceof JDatabaseDriverMysql))
{
throw new Exception('JPLATFORM_ERROR_DATABASE_CONNECTOR_WRONG_TYPE');
}
// Check if the tables have been specified.
if (empty($this->from))
{
throw new Exception('JPLATFORM_ERROR_NO_TABLES_SPECIFIED');
}
return $this;
}

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