コード例 #1
0
ファイル: CachedTable.php プロジェクト: sbuberl/fSQL
 public function deleteRow($row)
 {
     $this->loadEntries();
     parent::deleteRow($row);
     $this->uncommited = true;
 }