Beispiel #1
0
 function ajaxClearMessage()
 {
     $md = new \modl\MessageDAO();
     $md->clearMessage();
     $this->refresh();
 }