选择频道搜索
phpcms列表页如何分页
phpcms列表页分页,不同的版本采用不同的实现方式,具体的实现如下:
1、phpcms2008版本实现列表页分页
相关推荐:phpcms教程
{get sql="select * from phpcms_content where catid=1 and status=99 order by updatetime desc" rows="10" page="$page"}.....{/get}