Class JInstallationModelSetup

Description

Setup model for the Joomla Core Installer.

  • since: 1.6

Located in /installation/models/setup.php (line 16)

JObject
   |
   --JModel
      |
      --JModelLegacy
         |
         --JInstallationModelSetup
Method Summary
array getDboptions ()
mixed getForm ([ $view = null])
boolean getLanguages ()
array getOptions ()
array getPhpOptions ()
array getPhpSettings ()
array storeOptions (array $options)
mixed validate (array $data, [string $view = null])
Variables
Methods
getDboptions (line 104)
  • since: 1.6
  • access: public
array getDboptions ()
getForm (line 65)

Method to get the link form.

  • return: JForm object on success, false on failure.
  • since: 1.6
  • access: public
mixed getForm ([ $view = null])
  • $view
getIniParserAvailability (line 183)

Checks the availability of the parse_ini_file and parse_ini_string functions.

  • since: 1.6
  • access: public
boolean getIniParserAvailability ()
getLanguages (line 148)

Generate a panel of language choices for the user to select their language

  • return: True if successful
  • since: 1.6
  • access: public
boolean getLanguages ()
getOptions (line 24)

Get the current setup options from the session.

  • since: 1.6
  • access: public
array getOptions ()
getPhpOptions (line 221)

Gets PHP options.

  • since: 1.6
  • access: public
array getPhpOptions ()
getPhpOptionsSufficient (line 304)

Checks if all of the mandatory PHP options are met

  • since: 1.6
  • access: public
boolean getPhpOptionsSufficient ()
getPhpSettings (line 325)

Gets PHP Settings.

  • since: 1.6
  • access: public
array getPhpSettings ()
storeOptions (line 40)

Store the current setup options in the session.

  • since: 1.6
  • access: public
array storeOptions (array $options)
  • array $options
validate (line 405)

Method to validate the form data.

  • return: Array of filtered data if valid, false otherwise.
  • since: 1.6
  • access: public
mixed validate (array $data, [string $view = null])
  • array $data: The form data.
  • string $view: The view.

Inherited Methods

Inherited From JModelLegacy

JModelLegacy::addIncludePath()

Inherited From JModel

JModel::__construct()
JModel::addIncludePath()
JModel::addTablePath()
JModel::cleanCache()
JModel::getDbo()
JModel::getInstance()
JModel::getName()
JModel::getState()
JModel::getTable()
JModel::populateState()
JModel::setDbo()
JModel::setState()
JModel::_createFileName()
JModel::_createTable()
JModel::_getList()
JModel::_getListCount()

Inherited From JObject

JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()

Documentation generated on Mon, 25 Jun 2012 13:59:30 -0500 by phpDocumentor 1.4.4