API17:JDatabaseMySQLImporter::setDbo
From Joomla! Documentation
JDatabaseMySQLImporter::setDbo
Description
Sets the database connector to use for exporting structure and/or data from MySQL.
Since
Synopsis
public JDatabaseMySQLImporter::setDbo (JDatabaseMySQL $db)
Parameter | Type | Default | Description |
---|---|---|---|
$db | $db The database connector. |
Returns
Method supports chaining.
Defined in
libraries/joomla/database/database/mysqlimporter.php (line 651)
- see source code in BitBucket
Referenced by
See also
Examples
Code Examples