Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
知道如何转到特定的分页页面吗?
您需要做的就是复制分页器创建的链接以转到您想要的页面。
echo HTML::link('controller?page=2', 'Link Name');
只要路由或控制器设置正确,这将在加载时为您生成分页器结果的第 2 页。