Class cfInstallController
/** cfInstallController Class
Controller to manage installation of clearFusionCMS.
- flController
- cfInstallController
Package: clearFusionCMS
Copyright: Copyright (c) 2012 - 2016 clearFusionCMS. All rights reserved.
Located at system/app/cfInstallController.php
Copyright: Copyright (c) 2012 - 2016 clearFusionCMS. All rights reserved.
Located at system/app/cfInstallController.php
Methods summary
protected
string
|
#
alertMessage( string $type, string $message, boolean $fade = true )
Assign an alert message to a template variable. |
protected
string
|
|
public
|
|
protected
|
#
doTestVer( string $what, string $min, string $msg )
Test a runtime version against a required version. |
protected
|
#
doTestAvail( boolean $what, string $msg, boolean $warn = false )
Show result of test if a runtime feature is available. |
protected
|
#
doTestExtension( string $extension, boolean $warn = false )
Show/Test the presence of an extension. |
public
|
Methods inherited from flController
__construct()
,
dispatch()
,
getActionClass()
,
getRequest()
,
getResponse()
,
getRouter()
,
setResponse()
Properties summary
protected
|
$tpl
The template engine. |
|
protected
boolean
|
$result
Result of system test. |
#
true
|