迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
加条件就不能分页了 去掉这个条件就可以显示分页 能告诉我怎么写能在有条件的基础上实现分页么
{list action=module module=news catid=$catid page=1 pagesize=3 urlrule=index.php?c=category&id=$catid&page=[page]}
{list action=module module=news page=1 pagesize=3 urlrule=index.php?c=category&id=$catid&page=[page]}这样子就有分页 不过全部数据都查出来了
{list action=module module=news catid=$catid page=1 pagesize=3 urlrule=index.php?c=category&id=$catid&page=[page]}加了条件以后就是正确的数据 但是没有分页
{list action=module module=news page=1 pagesize=3 urlrule=index.php?c=category&id=$catid&page=[page]}这样子就有分页 不过全部数据都查出来了
{list action=module module=news catid=$catid page=1 pagesize=3 urlrule=index.php?c=category&id=$catid&page=[page]}加了条件以后就是正确的数据 但是没有分页
{list action=module module=news catid=$catid page=1}分页数量在后台的栏目2设置