API17:JDatabaseMySQLImporter::setDbo
From Joomla! Documentation
JDatabaseMySQLImporter::setDbo
Description
Sets the database connector to use for exporting structure and/or data from MySQL.
Template:Description:JDatabaseMySQLImporter::setDbo [Edit Descripton]
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
Referenced by
See also
Template:SeeAlso:JDatabaseMySQLImporter::setDbo
Examples
<CodeExamplesForm />