예제 #1
0
 public function add_cover($act_id, $img_path)
 {
     $mod = new ActivityModule();
     $mod->add_cover($act_id, $img_path);
 }