MidCOM PHP Superglobal

From MidgardWiki

Jump to: navigation, search

The $_MIDCOM superglobal is where MidCOM stores the midcom_application object, the main controlling instance of the MidCOM framework. $_MIDCOM is usually a link to $GLOBALS['midcom'], so the same functionality is available there. See also Midgard PHP Superglobal.

Modifying Style Elements often involves the use of the $_MIDCOM object. For example, get_context_data is used to transport information from Component backend functions to the presentation layer (i.e. the Style Elements).


Structure

Personal tools