input); $userdate = date("Y-m-d H:i:s",time()); $comment->InsertObject($this->input); //$this->JsonResp(200,$all,"OK"); } public function getDocCommentAction(){ $comment = new Models\DocComment(); var_dump($this->input); var_dump($comment->DocComments(8)); } }