合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
**文件:page.class.php** #### * 基本语法: 1、控制器语法 ~~~ $pg=new page("select * from content order by id desc"); //获取页面所需数据 $article_list=$pg->get_list(20);//设定每页展示多少条数据 $pagelink=$pg->get_page("/".$url."/list_{page}.html");//设置页码链接 ~~~ 2、模板语法 ~~~ <div class="page_link">{$pagelink}</div> ~~~