API17

API17:JDatabaseMySQLImporter::setDbo

From Joomla! Documentation

Joomla 11.1 JDatabaseMySQLImporter::setDbo

Description

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


Since

Joomla 11.1

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)

Referenced by

See also

Examples

Code Examples