Exemple #1
0
 /**
  * this is where we put the things absolutely required to allow
  * other framework modules to load successfully
  */
 public static function initInitial()
 {
     // load the general environment first
     // the order matters!
     self::$languages = new MF_Language_Manager();
 }