小说网 找小说 无限小说 烟雨红尘 幻想小说 酷文学 深夜书屋

2008年4月30日

PHP 分页类

摘要: total = intval($total); if(isset($perpage)) $this->perpage = $perpage; $this->pages = ceil($this->total / $this->perpage); $this->getcurpage(); $... 阅读全文

posted @ 2008-04-30 15:30 王峰炬 阅读(120) 评论(0) 推荐(0) 编辑

导航