Exemple #1
0
 public function actionLunjian()
 {
     $section = $_REQUEST['sec'];
     if (empty($section)) {
         die("需要分区参数sec");
     }
     return model_PVPUtil::createLunjian($section);
 }
Exemple #2
0
 public function action_lunjian()
 {
     $section = $this->get_param('sec');
     if (empty($section)) {
         die("需要分区参数sec");
     }
     model_PVPUtil::createLunjian($section);
 }