class.CmsApp.php
Global class for easy access to all important variables.
Tags
Table of Contents
Classes
- CmsApp
- Simple singleton class that contains various functions and states representing the application.
- CmsContentTypePlaceholder
- Simple global convenience object to hold CMS Content Type structure.
Functions
- cmsms() : CmsApp
- Return the global cmsms() object.
- cms_db_prefix() : string
- Returns the currently configured database prefix.
Functions
cmsms()
Return the global cmsms() object.
cmsms() : CmsApp
Tags
Return values
CmsAppcms_db_prefix()
Returns the currently configured database prefix.
cms_db_prefix() : string