Class Install
Handle the installation process via web or command line
- Controller
- Install
Copyright: Copyright (c) 2010, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at app/controllers/install.php
Methods summary
public
|
|
private
|
|
private
|
|
private
|
|
private
|
|
private
false
|
|
public
|
|
private
|
#
postInstall( )
Finish the installation process by generating key pairs and installing base plugins |
private
|
|
protected
array
|
|
protected
array
|
|
protected
mixed
|
|
protected
mixed
|
#
meetsRecReq( )
Checks to ensure that the current system meets the recommended minimum requirements. |
protected
array
|
#
systemInfo( mixed $fields = "all" )
Creates a data dump of current system settings for the given field or fields. |
protected
string
|
Methods inherited from Controller
clearCache()
,
components()
,
draw()
,
emptyCache()
,
helpers()
,
partial()
,
postAction()
,
preAction()
,
redirect()
,
render()
,
set()
,
setDefaultViewPath()
,
startCaching()
,
stopCaching()
,
uses()
Magic methods summary
Properties summary
private
array
|
$db_info |
#
An array of database connection details |
private
boolean
|
$installed |
#
True if already installed, false otherwise |
Properties inherited from Controller
$action
,
$components
,
$controller
,
$files
,
$get
,
$helpers
,
$is_cli
,
$plugin
,
$post
,
$structure
,
$structure_view
,
$uri
,
$uri_str
,
$uses
,
$view