load(); } spl_autoload_register('omgf_autoload'); /** * All systems GO!!! * * @return OMGF */ function omgf_init() { static $omgf = null; if ($omgf === null) { $omgf = new OMGF(); } return $omgf; } omgf_init();