API17:JDatabaseImporterMySQL::setDbo
From Joomla! Documentation
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

See also
JDatabaseImporterMySQL::setDbo source code on BitBucket
Class JDatabaseImporterMySQL
Subpackage Database- Other versions of JDatabaseImporterMySQL::setDbo
User contributed notes
Code Examples