示例#1
0
文件: I18N.php 项目: Maxlander/shixi
 /**
  * I18N
  *
  * @return SJB_I18N
  */
 public static function getInstance()
 {
     if (!isset($GLOBALS['I18N_Instance'])) {
         $GLOBALS['I18N_Instance'] = SJB_I18N::create();
     }
     return $GLOBALS['I18N_Instance'];
 }