关于3.2版本的Page.class.php,小问

浏览:878 发布日期:2014/01/02 分类:求助交流
   
 public $rollPage   = 11;// 分页栏每页显示的页数
    public $lastSuffix = true; // 最后一页是否显示总页数

    private $p       = 'p'; //分页参数名
        /* 计算分页零时变量 */
        $now_cool_page      = $this->rollPage/2;
        $now_cool_page_ceil = ceil($now_cool_page);
        $this->lastSuffix && $this->config['last'] = $this->totalPages;
为什么要有这个$lastSuffix属性呢,有什么用处啊,没看明白。
@thinkphp
最佳答案
评论( 相关
后面还有条评论,点击查看>>