Ejemplo n.º 1
0
 /**
  * 提示函数接口
  *
  * @return wcore_tip 返回常用函数对象
  */
 public static function &tip()
 {
     if (is_object(self::$_tip)) {
         return self::$_tip;
     }
     self::$_tip = new wcore_tip();
     return self::$_tip;
 }