Example #1
0
 /**
  * The function is to Delete Term
  * 
  */
 public function actionDelete($id)
 {
     Term::ajaxDeleteModel($id);
 }