Exemple #1
0
 public function submitComment()
 {
     $controller = new CommentsController();
     $controller->submitComment();
 }