API17

API17:JDatabaseImporterMySQL::setDbo

From Joomla! Documentation

Joomla 11.1 JDatabaseImporterMySQL::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 652 of libraries/joomla/database/database/mysqlimporter.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples