예제 #1
0
 function addcommentAction()
 {
     $model = new PageModel();
     $comment = post('comments');
     $postid = post('postid');
     $commentid = $model->postcomment($comment, $postid);
 }