示例#1
0
文件: Panel.php 项目: LobbyOS/server
 /**
  * Remove an item from Notify
  */
 public static function removeNotifyItem($id)
 {
     DB::saveJSONOption("notify_items", array($id => false));
 }