예제 #1
0
파일: Fa.php 프로젝트: kingsoftdng/mailer
 function save()
 {
     $save = new Controller_Ajax_FASave();
     $save->index();
 }
예제 #2
0
파일: Fa.php 프로젝트: norayrx/otms
 function save()
 {
     $save = new Controller_Ajax_FASave($this->config);
     $save->index();
 }