示例#1
0
 public function findAllByAttributes($attributes, $condition = '', $params = array())
 {
     $this->type($this->type_of_slide);
     return parent::findAllByAttributes($attributes, $condition, $params);
 }
 public function findAllByAttributes($attributes, $condition = '', $params = array())
 {
     return $this->prepareRecords(parent::findAllByAttributes($attributes, $this->prepareCondition($condition), $params));
 }