Cx.class.php
Cloudrexx
Tags
Table of Contents
Classes
- InstanceException
- This Exception can be used to abort the execution of the Cx object
- OfflineInstanceException
- Website is offline
- InitException
- Something unexpected happend during init stage 2 or 3
- Cx
- This loads and controls everything
Functions
Functions
init()
Wrapper for new \Cx\Core\Core\Controller\Cx()
init([string $mode = null ][, mixed $checkInstallationStatus = true ]) : Cx
This is necessary, because we cannot use namespaces in index.php in order to catch errors with PHP versions prior to 5.3
Parameters
- $mode : string = null
-
(optional) One of 'frontend', 'backend', 'cli', 'minimal'
- $checkInstallationStatus : mixed = true
Return values
Cx —Instance of Cloudrexx