API17:JDatabaseMySQLi::select
From Joomla! Documentation
JDatabaseMySQLi::select
Description
Select a database for use.
public function select ($database)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $database |
- Returns bool True if the database was successfully selected.
- Defined on line 525 of libraries/joomla/database/database/mysqli.php
- Since

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