Ejemplo n.º 1
0
 public function actionDelete($id)
 {
     $brand = Brands::model()->findByPk($bid);
     $model = Addresses::model()->findByPk($id)->delete();
     if (!Yii::app()->request->isAjaxRequest) {
         $this->redirect('/admin/brands/' . $bid . '/addresses/');
     }
 }