JDatabaseMySQLi::select: Difference between revisions
From Joomla! Documentation
Updated to r1448:247ba8d88526 |
m JoomlaWikiBot moved page JDatabaseMySQLi::select/11.1 to API17:JDatabaseMySQLi::select without leaving a redirect: Robot: Moved page |
(No difference)
| |
Revision as of 21:15, 10 May 2013
JDatabaseMySQLi::select
Description
Select a database for use.
Template:Description:JDatabaseMySQLi::select [Edit Descripton]
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
Template:SeeAlso:JDatabaseMySQLi::select [Edit See Also]
User contributed notes
<CodeExamplesForm />