作者 sgj
1 个管道 的构建 通过 耗费 2 秒

文章显示

... ... @@ -49,6 +49,7 @@ class TcCommentPlugin extends Plugin
->where($where)
->order("id DESC")
->paginate(10);
dump($comments);
$page = $comments->render();
$this->assign("page", $page);
$this->assign("comments", $comments);
... ...