|
CMS Bridges
0.0.0
Multiple CMS platform module and theme development API
|
Go to the source code of this file.
Namespaces | |
| namespace | CMS_Bridges |
Variables | |
| $cb = cbBase::instantiate() | |
Definition in file cmsBridges.php.
| $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.
Definition at line 31 of file cmsBridges.php.
1.8.0