Esempio n. 1
0
 public function sendalertAction()
 {
     $alert = new Application_Model_Alerts();
     $alert->create();
     die;
 }