コード例 #1
0
 /**
  * @see IModel::getItems()
  */
 public function getItems($conditions, $fields, $order, $limit, $group, $having)
 {
     return $this->db->find($this->table, $conditions, $fields, $order, $limit, $group, $having);
 }