clearFusionCMS 3.0.0
  • Package
  • Class
  • Tree
  • Deprecated

Packages

  • clearFusionCMS
    • module
      • cloudflare
      • comments
      • content
      • forms
      • members
      • search
  • fusionLib
  • None

Classes

  • cfApiController
  • cfBackendAdduserAction
  • cfBackendApikeysAction
  • cfBackendBrowsectntAction
  • cfBackendBrowsefilesAction
  • cfBackendClearcacheAction
  • cfBackendClearipblocksAction
  • cfBackendContentpermsAction
  • cfBackendContenttypesAction
  • cfBackendController
  • cfBackendControllerAction
  • cfBackendDashboardAction
  • cfBackendDocumentsAction
  • cfBackendDraftsAction
  • cfBackendEdituserAction
  • cfBackendElementsAction
  • cfBackendFilemgrAction
  • cfBackendFingerprintAction
  • cfBackendForgotpwdAction
  • cfBackendImagepreviewAction
  • cfBackendListusersAction
  • cfBackendLoginAction
  • cfBackendLogoutAction
  • cfBackendModulesAction
  • cfBackendMyprofileAction
  • cfBackendPrivatefilemgrAction
  • cfBackendResetpwdAction
  • cfBackendRolesAction
  • cfBackendSelectsiteAction
  • cfBackendSet403Action
  • cfBackendSet404Action
  • cfBackendSeterrorAction
  • cfBackendSethomeAction
  • cfBackendSetthemeAction
  • cfBackendSettingsAction
  • cfBackendSitemgrAction
  • cfBackendSocialimgsAction
  • cfConfirm
  • cfContent
  • cfContentController
  • cfContentTree
  • cfCron
  • cfCronController
  • cfCustomFieldList
  • cfCustomFields
  • cfDashboardMgr
  • cfDrafts
  • cfInstallController
  • cfNoticesEvent
  • cfNoticesEventMsg
  • cfPseudoCron
  • cfSearchHelper
  • cfSiteManager
  • cfSocialImagesMgr
  • cfTaskRunner
  • cfTaskSnippets
  • cfTemplateEngine
  • cfUserMgr
  • cfUserProfile
  • cfValidatorPageSlug
  • cfValidatorUserEmail
  • cfValidatorUsername
  • clearFusionCMS
  • contentApiV1
  • contentDrafts
  • errorController

Interfaces

  • cfInstallInterface
  • cfInstallUpdInterface
  • cfModuleSettingsInterface
  • cfUserProfileInterface

Exceptions

  • cfException
  • clearFusionCMSException

Class cfInstallController

/** cfInstallController Class

Controller to manage installation of clearFusionCMS.

flController
Extended by cfInstallController
Package: clearFusionCMS
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.

Assign an alert message to a template variable.

Parameters

$type
The message type Error, Success or Info
$message
The message text.
$fade
true if Success alerts should fade out else false.

Returns

string
The HTML for the alert.
protected string
# enc( array $data )

Encode data.

Encode data.

Parameters

$data
Data to encode.

Returns

string
The encoded string.
public
# installAction( )

The action to install clearFusionCMS

The action to install clearFusionCMS

protected
# doTestVer( string $what, string $min, string $msg )

Test a runtime version against a required version.

Test a runtime version against a required version.

Parameters

$what
The runtime version.
$min
The minimum version required.
$msg
The message to go with the test.
protected
# doTestAvail( boolean $what, string $msg, boolean $warn = false )

Show result of test if a runtime feature is available.

Show result of test if a runtime feature is available.

Parameters

$what
true if the feature is available.
$msg
The message to go with the test.
$warn
true if only a warning should be generated rather than a fail.
protected
# doTestExtension( string $extension, boolean $warn = false )

Show/Test the presence of an extension.

Show/Test the presence of an extension.

Parameters

$extension
The extension to test, or an array of extensions to test for only 1 in the list is required.
$warn
true if only a warning should be generated rather than a fail.
public
# installDatabase( flDb $db, string $sitedomain, string $sitename )

Do the install of the system database.

Do the install of the system database.

Parameters

$db
The database object.
$sitedomain
The domain of the default site.
$sitename
The name of the default site.

Methods inherited from flController

__construct(), dispatch(), getActionClass(), getRequest(), getResponse(), getRouter(), setResponse()

Properties summary

protected flTemplateEngine $tpl

The template engine.

The template engine.

#
protected boolean $result

Result of system test.

Result of system test.

# true

Properties inherited from flController

$actionClass, $request, $response, $router

clearFusionCMS 3.0.0 API documentation generated by ApiGen