예제 #1
0
파일: Table.php 프로젝트: kstep/pnut
 public function update($values, $condition = null)
 {
     return parent::update($this->_table, $values, $condition);
 }