CMS Bridges  0.0.0
Multiple CMS platform module and theme development API
 All Data Structures Namespaces Files Functions Variables
Namespaces | Variables
E:/p/cmsbridges/src/cmsbridges/classes/cmsBridges.php File Reference

Go to the source code of this file.

Namespaces

namespace  CMS_Bridges

Variables

 $cb = cbBase::instantiate()

Detailed Description

Definition in file cmsBridges.php.


Variable Documentation

$cb = cbBase::instantiate()

The variable $cb contains the instantiated objects required for using CMS Bridges. If your function requires use of CMS Bridges you must use a global statement to include it in the function. If you create a class that requires CMS Bridges then in the _construct() function use a global statement and store a reference to the $cb object in your object.

Examples:
doc/examples/global_variable_inclusion_class.sample.php, and doc/examples/global_variable_inclusion_function.sample.php.

Definition at line 31 of file cmsBridges.php.