Example #1
0
 /**
  * Initializes config given the assosiative array of
  **/
 public static function init($config)
 {
     if (isset(self::$config)) {
         trigger_error("Helpers is already initialized", E_USER_ERROR);
     }
     self::$config = $config;
 }