function loadBody() { require_once $GLOBALS['where_framework'] . '/modules/event_manager/event_manager.php'; eventDispatch($GLOBALS['op']); }
function loadBody() { require_once $GLOBALS['where_framework'] . '/modules/' . $this->module_name . '/' . $this->module_name . '.php'; eventDispatch($GLOBALS['op']); }