コード例 #1
0
ファイル: SupplierPresenter.php プロジェクト: oaki/demoshop
 function handleDelete($id)
 {
     SupplierModel::delete($id);
     $this->flashMessage(_('Dodávateľ bol zmazaný'));
     $this->redirect('this');
 }