API17

API17:JDatabaseExporterMySQL::setDbo

From Joomla! Documentation

Revision as of 02:35, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JDatabaseExporterMySQL::setDbo

Description

Sets the database connector to use for exporting structure and/or data from MySQL.


public function setDbo (JDatabaseMySQL $db)
Parameter Type Default Description
$db $db The database connector.
  • Returns Method supports chaining.
  • Defined on line 323 of libraries/joomla/database/database/mysqlexporter.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples