Example #1
0
 private function index()
 {
     $comment = new model_comment();
     $comments = model_comment::gets($comment);
     require_once 'view/html/index/index.phtml';
 }