Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of realizing list Page pagination in phpcms

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the method of paging list page in phpcms, which has certain reference value and can be used for reference by friends who need it. I hope you will learn a lot after reading this article. Next, let the editor take you to learn about it.

How phpcms list pages are paginated

Phpcms list pages are paged. Different versions use different implementation methods. The specific implementation is as follows:

1. Phpcms2008 version implements list page paging

Related recommendation: phpcms tutorial

{get sql= "select * from phpcms_content where catid=1 and status=99 order by updatetime desc" rows= "10" page= "$page"}. {/ get}

2. Phpcms v9 version implements list page paging

{$pages} V9 {pc:content action= "lists" catid= "2" order= "id DESC" num= "4" page= "$page"} {/ pc} {/ pc} {$pages} Thank you for reading this article carefully. I hope it is helpful for the editor to share the method of paging list pages in phpcms. At the same time, I also hope that you can support us, pay attention to the industry information channels, and find out if you encounter problems. Detailed solutions are waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report