예제 #1
0
 public static function get_instance()
 {
     if (!self::$_instance instanceof self) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }
예제 #2
0
파일: Mobile.php 프로젝트: emilymwang8/cms
 public static function del_hot_word($id)
 {
     return DAO_AppWords::get_instance()->del_word($id);
 }