CMS Bridges  0.0.0
Multiple CMS platform module and theme development API
 All Data Structures Namespaces Files Functions Variables
doc/examples/global_variable_inclusion_function.sample.php
<?php
// $Id: 945be9e0c750ad9fd0a29d0dab1f72c1febfc587 $
function myFunction() {
  global $cb;
  // ...
}