Class JInstallationHelperDatabase

Description

Joomla Installation Database Helper Class.

  • since: 1.6

Located in /installation/helpers/database.php (line 17)


	
			
Method Summary
static JDatabase &getDBO (string $driver, string $host, string $user, string $password, string $database, string $prefix, [boolean $select = true])
Methods
static method getDBO (line 33)

Method to get a JDatabase object.

  • since: 1.0
  • access: public
static JDatabase &getDBO (string $driver, string $host, string $user, string $password, string $database, string $prefix, [boolean $select = true])
  • string $driver: The database driver to use.
  • string $host: The hostname to connect on.
  • string $user: The user name to connect with.
  • string $password: The password to use for connection authentication.
  • string $database: The database to use.
  • string $prefix: The table prefix to use.
  • boolean $select: True if the database should be selected.

Documentation generated on Mon, 25 Jun 2012 13:54:01 -0500 by phpDocumentor 1.4.4