如何显示分页中其他参数

#1 helloniu

http://speedphp.com/bbs/thread-679-1-1.html  【加例子】模板中使用分页的函数 + 24个分页样式

[total_count] => 13664
    [page_size] => 25
    [total_page] => 547
    [first_page] => 1
    [prev_page] => 1
    [next_page] => 2
    [last_page] => 547
    [current_page] => 1


如何把这些参数也输出呢   :loveliness:

2011-06-14 11:18:01

#2 helloniu

<{$pager.total_count}>  我试试这样可以输出   能不能加上那个分页时的sytle呢

2011-06-14 11:24:17