API17

JDatabaseMySQLi::select: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 12: Line 12:
===Synopsis===
===Synopsis===
<source lang="php">
<source lang="php">
public JDatabaseMySQLi->select ($database)
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

Joomla 11.1 JDatabaseMySQLi::select

Description

Select a database for use.

Template:Description:JDatabaseMySQLi::select [Edit Descripton]

Since

Joomla 11.1

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)

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JDatabaseMySQLi::select

Examples

<CodeExamplesForm />