Example #1
0
 function save()
 {
     $save = new Controller_Ajax_FASave();
     $save->index();
 }
Example #2
0
File: Fa.php Project: norayrx/otms
 function save()
 {
     $save = new Controller_Ajax_FASave($this->config);
     $save->index();
 }