傳送給 paginate 方法的參數是您希望每頁要顯示的項目數目,只要您取得查詢結果後,您可以在視圖中顯示結果,並使用 render 方法去建立分頁連結: <div class="container"> ...
確定! 回上一頁