The class which responds to installer actions
Located in /system/classes/installhandler.php (line 7)
ActionHandler | --InstallHandler
Inherited from ActionHandler
ActionHandler::$action
ActionHandler::$handler_vars
Entry point for installation. The reason there is a begin_install method to handle is that conceivably, the user can stop installation mid-install and need an alternate entry point action at a later time.
Validate database credentials for MySQL
Try to connect and verify if database name exists
Validate database credentials for PostgreSQL
Try to connect and verify if database name exists
Validate database credentials for SQLite
Try to connect and verify if database name exists
checks for the presence of an .htaccess file
invokes write_htaccess() as needed
returns an array of .htaccess declarations used by Habari
attempts to write the Files clause to the .htaccess file if the clause for this sqlite doesn't exist.
returns an array of Files declarations used by Habari
Upgrade the database when the database version stored is lower than the one in source
attempts to write the .htaccess file if none exists
or to write the Habari-specific portions to an existing .htaccess
Inherited From ActionHandler
ActionHandler::act()
ActionHandler::act_redirect()
ActionHandler::__call()
Documentation generated on Thu, 30 Oct 2008 20:31:19 +0100 by phpDocumentor 1.3.2