. if (!defined('EG')) die('Direct access not allowed!'); //class to call the hooks class Hooks { //include an hook file public static function load($path) { if (file_exists($path)) { include_once($path); } } }