[Joomla-Installation] element index
Package indexes
Joomla-Site
Joomla
Joomla-Administrator
akeebabackup
Joomla-Platform
Joomla-Libraries
PHPMailer
utf8
SimplePie
CMS-Library
Cms-Libraries
Joomla-Framework
Joomla-Plugin
geshi
Joomla-CLI
Joomla-Cli
All elements
a
b
c
d
f
g
i
j
l
m
p
r
s
t
u
v
_
_
top
$_siteURL
JInstallation::$_siteURL
in application.php
The url of the site
_chmod
JInstallationModelFilesystem::_chmod()
in filesystem.php
_createConfiguration
JInstallationModelConfiguration::_createConfiguration()
in configuration.php
_createConfiguration
JInstallation::_createConfiguration()
in application.php
Create the configuration registry
_createRootUser
JInstallationModelConfiguration::_createRootUser()
in configuration.php
_createSession
JInstallation::_createSession()
in application.php
Create the user session
_JEXEC
_JEXEC
in index.php
Constant that is checked in included files to prevent direct access.
_splitQueries
JInstallationModelDatabase::_splitQueries()
in database.php
Method to split up queries from a schema file into an array.
__construct
JInstallationJsonResponse::__construct()
in setup.json.php
__construct
JInstallation::__construct()
in application.php
Class constructor
a
top
application.php
application.php
in application.php
b
top
backupDatabase
JInstallationModelDatabase::backupDatabase()
in database.php
Method to backup all tables in a database with a given prefix.
build
JRouterInstallation::build()
in router.php
Function to convert an internal URI to a route
c
top
checkPermissions
JInstallationModelFilesystem::checkPermissions()
in filesystem.php
Check the webserver user permissions for writing files/folders
checkSettings
JInstallationModelFilesystem::checkSettings()
in filesystem.php
Verify the FTP configuration values are valid
createDatabase
JInstallationModelDatabase::createDatabase()
in database.php
Method to create a new database.
controller.php
controller.php
in controller.php
configuration.php
configuration.php
in configuration.php
d
top
database
JInstallationControllerSetup::database()
in setup.json.php
debugLanguage
JInstallation::debugLanguage()
in application.php
deleteDatabase
JInstallationModelDatabase::deleteDatabase()
in database.php
Method to delete all tables in a database with a given prefix.
detectFtpRoot
JInstallationControllerSetup::detectFtpRoot()
in setup.json.php
detectFtpRoot
JInstallationModelFilesystem::detectFtpRoot()
in filesystem.php
Find the ftp filesystem root for a given user/pass pair.
display
JInstallationViewComplete::display()
in view.html.php
Display the view
display
JInstallationViewDatabase::display()
in view.html.php
Display the view
display
JInstallationViewSite::display()
in view.html.php
Display the view
display
JInstallationViewLanguage::display()
in view.html.php
Display the view
display
JInstallationController::display()
in controller.php
Method to display a view.
display
JInstallationViewLicense::display()
in view.html.php
Display the view
display
JInstallationViewFilesystem::display()
in view.html.php
Display the view
display
JInstallationViewPreinstall::display()
in view.html.php
Display the view
database.php
database.php
in database.php
database.php
database.php
in database.php
default.php
default.php
in default.php
default.php
default.php
in default.php
default.php
default.php
in default.php
default.php
default.php
in default.php
default.php
default.php
in default.php
default.php
default.php
in default.php
default.php
default.php
in default.php
default.php
default.php
in default.php
f
top
filesystem
JInstallationControllerSetup::filesystem()
in setup.json.php
filesystem.php
filesystem.php
in filesystem.php
g
top
generateRandUserId
JInstallationModelDatabase::generateRandUserId()
in database.php
getDBO
JInstallationHelperDatabase::getDBO()
in database.php
Method to get a JDatabase object.
getDboptions
JInstallationModelSetup::getDboptions()
in setup.php
getForm
JInstallationModelSetup::getForm()
in setup.php
Method to get the link form.
getIniParserAvailability
JInstallationModelSetup::getIniParserAvailability()
in setup.php
Checks the availability of the parse_ini_file and parse_ini_string functions.
getInput
JFormFieldSample::getInput()
in sample.php
Method to get the field input markup.
getLanguages
JInstallationModelSetup::getLanguages()
in setup.php
Generate a panel of language choices for the user to select their language
getLocalise
JInstallation::getLocalise()
in application.php
Returns the language code and help url set in the localise.xml file.
getLocaliseAdmin
JInstallation::getLocaliseAdmin()
in application.php
Returns the installed language files in the administrative and front-end area.
getOptions
JInstallationModelSetup::getOptions()
in setup.php
Get the current setup options from the session.
getOptions
JFormFieldSample::getOptions()
in sample.php
Method to get the field options.
getOptions
JFormFieldLanguage::getOptions()
in language.php
Method to get the field options.
getPhpOptions
JInstallationModelSetup::getPhpOptions()
in setup.php
Gets PHP options.
getPhpOptionsSufficient
JInstallationModelSetup::getPhpOptionsSufficient()
in setup.php
Checks if all of the mandatory PHP options are met
getPhpSettings
JInstallationModelSetup::getPhpSettings()
in setup.php
Gets PHP Settings.
getTemplate
JInstallation::getTemplate()
in application.php
Get the template
getUserId
JInstallationModelDatabase::getUserId()
in database.php
i
top
initialise
JInstallationModelDatabase::initialise()
in database.php
initialise
JInstallation::initialise()
in application.php
Initialise the application.
installation.php
installation.php
in installation.php
index.php
index.php
in index.php
index.php
index.php
in index.php
installSampleData
JInstallationModelDatabase::installSampleData()
in database.php
j
top
JFormFieldLanguage
JFormFieldLanguage
in language.php
Language Form Field class.
JFormFieldSample
JFormFieldSample
in sample.php
Sample data Form Field class.
JFormRulePrefix
JFormRulePrefix
in prefix.php
Form Rule class for the prefix DB.
JHtmlInstallation
JHtmlInstallation
in installation.php
JInstallation
JInstallation
in application.php
Joomla Application class
JInstallationController
JInstallationController
in controller.php
Base controller class for the Joomla Core Installer.
JInstallationControllerSetup
JInstallationControllerSetup
in setup.json.php
Setup controller for the Joomla Core Installer.
JInstallationHelperDatabase
JInstallationHelperDatabase
in database.php
Joomla Installation Database Helper Class.
JInstallationJsonResponse
JInstallationJsonResponse
in setup.json.php
Joomla Core Installation JSON Response Class
JInstallationModelConfiguration
JInstallationModelConfiguration
in configuration.php
Install Configuration model for the Joomla Core Installer.
JInstallationModelDatabase
JInstallationModelDatabase
in database.php
Database configuration model for the Joomla Core Installer.
JInstallationModelFilesystem
JInstallationModelFilesystem
in filesystem.php
Filesystem configuration model for the Joomla Core Installer.
JInstallationModelSetup
JInstallationModelSetup
in setup.php
Setup model for the Joomla Core Installer.
JInstallationViewComplete
JInstallationViewComplete
in view.html.php
The HTML Joomla Core Install Complete View
JInstallationViewDatabase
JInstallationViewDatabase
in view.html.php
The HTML Joomla Core Database Configuration View
JInstallationViewFilesystem
JInstallationViewFilesystem
in view.html.php
The HTML Joomla Core Filesystem Configuration View
JInstallationViewLanguage
JInstallationViewLanguage
in view.html.php
The HTML Joomla Core Language View
JInstallationViewLicense
JInstallationViewLicense
in view.html.php
The HTML Joomla Core License View
JInstallationViewPreinstall
JInstallationViewPreinstall
in view.html.php
The HTML Joomla Core Pre-Install View
JInstallationViewRemove
JInstallationViewRemove
in view.html.php
The HTML Joomla Core Install Remove View
JInstallationViewSite
JInstallationViewSite
in view.html.php
The HTML Joomla Core Site Configuration View
JPATH_ADMINISTRATOR
JPATH_ADMINISTRATOR
in index.php
JPATH_BASE
JPATH_BASE
in index.php
Constant that defines the base path of the installed Joomla site.
JPATH_CACHE
JPATH_CACHE
in index.php
JPATH_CONFIGURATION
JPATH_CONFIGURATION
in index.php
JPATH_INSTALLATION
JPATH_INSTALLATION
in index.php
JPATH_LIBRARIES
JPATH_LIBRARIES
in index.php
JPATH_MANIFESTS
JPATH_MANIFESTS
in index.php
JPATH_PLUGINS
JPATH_PLUGINS
in index.php
JPATH_ROOT
JPATH_ROOT
in index.php
JPATH_SITE
JPATH_SITE
in index.php
JPATH_THEMES
JPATH_THEMES
in index.php
JRouterInstallation
JRouterInstallation
in router.php
Class to create and parse routes
l
top
language.php
language.php
in language.php
loadSampleData
JInstallationControllerSetup::loadSampleData()
in setup.json.php
m
top
$modifiers
JFormRulePrefix::$modifiers
in prefix.php
The regular expression modifiers to use when testing a form field value.
p
top
prefix.php
prefix.php
in prefix.php
parse
JRouterInstallation::parse()
in router.php
Function to convert a route to an internal URI
populateDatabase
JInstallationModelDatabase::populateDatabase()
in database.php
Method to import a database schema from a file.
postInstallSampleData
JInstallationModelDatabase::postInstallSampleData()
in database.php
method to update the user id of the sample data content to the new rand user id
r
top
$regex
JFormRulePrefix::$regex
in prefix.php
The regular expression to use in testing a form field value.
router.php
router.php
in router.php
removeFolder
JInstallationControllerSetup::removeFolder()
in setup.json.php
render
JInstallation::render()
in application.php
Render the application
resetRandUserId
JInstallationModelDatabase::resetRandUserId()
in database.php
s
top
setup.json.php
setup.json.php
in setup.json.php
setup.php
setup.php
in setup.php
sample.php
sample.php
in sample.php
setup.php
setup.php
in setup.php
saveconfig
JInstallationControllerSetup::saveconfig()
in setup.json.php
sendResponse
JInstallationControllerSetup::sendResponse()
in setup.json.php
Method to handle a send a JSON response. The data parameter can be a Exception object for when an error has occurred or a JObject for a good response.
setCfg
JInstallation::setCfg()
in application.php
Set configuration values
setDatabaseCharset
JInstallationModelDatabase::setDatabaseCharset()
in database.php
Method to set the database character set to UTF-8.
setFolderPermissions
JInstallationModelFilesystem::setFolderPermissions()
in filesystem.php
Set default folder permissions
setFTPCfg
JInstallationModelFilesystem::setFTPCfg()
in filesystem.php
Inserts ftp variables to mainframe registry Needed to activate ftp layer for file operations in safe mode
setlanguage
JInstallationControllerSetup::setlanguage()
in setup.json.php
Method to set the setup language for the application.
setup
JInstallationModelConfiguration::setup()
in configuration.php
stepbar
JHtmlInstallation::stepbar()
in installation.php
storeOptions
JInstallationModelSetup::storeOptions()
in setup.php
Store the current setup options in the session.
t
top
$type
JFormFieldSample::$type
in sample.php
The form field type.
$type
JFormFieldLanguage::$type
in language.php
The form field type.
u
top
$userId
JInstallationModelDatabase::$userId
in database.php
v
top
view.html.php
view.html.php
in view.html.php
view.html.php
view.html.php
in view.html.php
view.html.php
view.html.php
in view.html.php
view.html.php
view.html.php
in view.html.php
view.html.php
view.html.php
in view.html.php
view.html.php
view.html.php
in view.html.php
view.html.php
view.html.php
in view.html.php
view.html.php
view.html.php
in view.html.php
validate
JInstallationModelSetup::validate()
in setup.php
Method to validate the form data.
verifyFtpSettings
JInstallationControllerSetup::verifyFtpSettings()
in setup.json.php
verifyFtpSettings
JInstallationModelFilesystem::verifyFtpSettings()
in filesystem.php
Verify the FTP settings as being functional and correct.
a
b
c
d
f
g
i
j
l
m
p
r
s
t
u
v
_