예제 #1
0
 public function getList()
 {
     $comments = Comment::all();
     $theme = "Admin";
     return $this->View->make("CommentModule::CommentList", compact("theme", 'comments'));
 }