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

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