Esempio n. 1
0
 public function index($id = null)
 {
     parent::routes()->render('index_comment.twig', array('app_base' => $this->appBase, 'comment_page' => Comment::CommentPage($id), 'results' => Comment::CommentPagination($id), 'title' => 'Comments'));
 }