API17

API17:JDatabaseImporterMySQLi::setDbo

From Joomla! Documentation

Joomla 11.1 JDatabaseImporterMySQLi::setDbo

Description

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


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

See also


User contributed notes

Code Examples