示例#1
0
 public function create_post($survey_id = 0)
 {
     $_POST['survey_id'] = $survey_id;
     parent::create_post();
 }