Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
getOptions () | |
storeOptions ($options) | |
getForm ($view=null) | |
getDboptions () | |
getLanguages () | |
getIniParserAvailability () | |
getPhpOptions () | |
getPhpOptionsSufficient () | |
getPhpSettings () | |
validate ($data, $view=null) |
Additional Inherited Members | |
Fonctions membres publiques statiques inherited from JModelLegacy | |
static | addIncludePath ($path= '', $prefix= '') |
Fonctions membres publiques statiques inherited from JModel | |
static | addTablePath ($path) |
static | getInstance ($type, $prefix= '', $config=array()) |
JInstallationModelSetup::getDboptions | ( | ) |
JInstallationModelSetup::getForm | ( | $view = null | ) |
Method to get the link form.
Références $data, $view, JForm\addFieldPath(), JForm\addFormPath(), JForm\addRulePath(), JForm\getInstance(), et JRequest\getWord().
JInstallationModelSetup::getIniParserAvailability | ( | ) |
Checks the availability of the parse_ini_file and parse_ini_string functions.
Références $i.
JInstallationModelSetup::getLanguages | ( | ) |
Generate a panel of language choices for the user to select their language
Références $app, $list, JLanguageHelper\createLanguageList(), JLanguageHelper\detectLanguage(), et JFactory\getApplication().
JInstallationModelSetup::getOptions | ( | ) |
Get the current setup options from the session.
Références $options, et JFactory\getSession().
JInstallationModelSetup::getPhpOptions | ( | ) |
Gets PHP options.
Références $options, JText\_(), JDatabase\getConnectors(), et null.
JInstallationModelSetup::getPhpOptionsSufficient | ( | ) |
JInstallationModelSetup::getPhpSettings | ( | ) |
Gets PHP Settings.
Références JText\_().
JInstallationModelSetup::storeOptions | ( | $options | ) |
Store the current setup options in the session.
array | $options |
Références $options, JFactory\getLanguage(), et JFactory\getSession().
JInstallationModelSetup::validate | ( | $data, | |
$view = null |
|||
) |