コード例 #1
0
 public function findOne($conditions = null, $fields = '*')
 {
     return parent::findOneBy($this->dbtable, $fields, $conditions);
 }