- $perpage = 10;
- $page = intval ( $_G ['gp_page'] ) ? intval ( $_G ['gp_page'] ) : 1;
- $start = ($page - 1) * $perpage;
- if ($start < 0)
- $start = 0;
- $count = DB::num_rows ( DB::query ( 'select * from '.DB::table('it577_foot') ) );
- ………………
- $multi=multi ( $count, $perpage, $page, "plugin.php?id=it577_foot:index&mod=history" );
复制代码
对应的插件地址:https://www.discuz.1314study.com/thread-74145-1-1.html
|