Example #1
0
 public function SendMethod()
 {
     $this->bAjaxMethod = true;
     $oMail = new MailModel();
     echo $oMail->contactMail();
 }