コード例 #1
0
ファイル: Table.php プロジェクト: kstep/pnut
 public function update($values, $condition = null)
 {
     return parent::update($this->_table, $values, $condition);
 }