/** * Some other file */ // grab the global global $bundle_of_functionality; // and use the public methods // echos 'do stuff' $bundle_of_functionality->do_stuff();
The random technical musings of Justin Sternberg
/** * Some other file */ // grab the global global $bundle_of_functionality; // and use the public methods // echos 'do stuff' $bundle_of_functionality->do_stuff();