예제 #1
0
 /**
  * @获取关键字列表
  */
 public function query_list_material($where = array(), $limit = 50, $offset = 0)
 {
     $materiallist = parent::search($where, $limit, $offset);
     if (!empty($materiallist)) {
         return $materiallist;
     } else {
         return array();
     }
 }