コード例 #1
0
 protected static function get_fields()
 {
     return self::select_fields() . ", " . Survey::select_fields() . ", " . User::select_fields() . ", " . SurveyQuestion::select_fields() . ", " . SurveyResponse::select_fields() . ", " . SurveyAnswer::select_fields() . ", " . SurveyQuestionOption::select_fields();
 }