Class Install

Description
  • abstract: Handles application and module installation

Located in /install/Install.php (line 15)


	
			
Method Summary
void account ()
void install_module (string $guid)
public isSupported ()
void paste_config ( $config)
void prereq ()
void run_upgrade ()
void setup ([ $retry = false])
void success ()
void uninstall_module (string $guid)
void upgrade ()
Methods
Constructor __construct (line 35)
  • abstract: Constructor, initializes the module
  • access: public
Install __construct ()
account (line 200)
  • abstract: User creates the basic account at this point
  • access: public
void account ()
beginInstallProcess (line 82)
  • abstract: Runs prerequisites check, if good sends user to config setup or account creation
  • access: public
void beginInstallProcess ()
install_module (line 397)
  • abstract: Registers a module (inserts a modules guid into the modules table)
  • access: public
void install_module (string $guid)
  • string $guid
isSupported (line 59)
  • abstract: Returns whether or not the system prereq check passed
  • access: public
public isSupported ()
paste_config (line 182)
  • abstract: Display config contents for creating files
  • access: public
void paste_config ( $config)
  • $config
prereq (line 68)
  • abstract: Runs prerequisites check, if good sends user to config setup or account creation
  • access: public
void prereq ()
run_upgrade (line 347)
  • abstract: Processes the actual database upgrade
  • access: public
void run_upgrade ()
setup (line 110)
  • abstract: Users sets up their database / config file here
  • access: public
void setup ([ $retry = false])
  • $retry
success (line 281)
  • abstract: Displays our installation success page
  • access: public
void success ()
uninstall_module (line 435)
  • abstract: Used to run uninstallation code from module
  • access: public
void uninstall_module (string $guid)
  • string $guid
upgrade (line 333)
  • abstract: Displays a message that a database update is required
  • access: public
void upgrade ()

Documentation generated on Wed, 15 Apr 2009 17:03:40 -0700 by phpDocumentor 1.4.1