JDatabaseMySQLi::select: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
public | public JDatabaseMySQLi::select ($database) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 30: | ||
boolean True if the database has been successfully selected | boolean True if the database has been successfully selected | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/database/database/mysqli.php | libraries/joomla/database/database/mysqli.php (line 149) | ||
* see source code in [[jplatform:database/database/mysqli.php#cl-149|BitBucket]] | |||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 01:17, 24 April 2011
JDatabaseMySQLi::select
Description
Select a database for use.
Template:Description:JDatabaseMySQLi::select [Edit Descripton]
Since
Synopsis
public JDatabaseMySQLi::select ($database)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $database | string |
Returns
boolean True if the database has been successfully selected
Defined in
libraries/joomla/database/database/mysqli.php (line 149)
- see source code in BitBucket
Referenced by
See also
Template:SeeAlso:JDatabaseMySQLi::select
Examples
<CodeExamplesForm />