API17

API17:JDatabaseMySQL::select

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples