API17:JDatabaseMySQL::select
From Joomla! Documentation
JDatabaseMySQL::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 503 of libraries/joomla/database/database/mysql.php
- Since

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