###################### #自定义分页 $config [' uri_segment '] = 3;//pagination method automatically determine which part of your URI contains the number of pages $config [' num_links '] = 1 The number of "number" links before and after the current page number//$config [' use_page_numbers '] = true;//The default paging URL is the number of records per page displayed, the current page number is displayed when Use_page_numbers is enabled// $config [' page_query_string '] = true;//By default, the paging class library assumes that you are using a URI segment and constructs your link//$config [' page_query_string '] = true;// Your link will be automatically rewritten with the query string//$config [' query_string_segment '] = "P";//"Per_page" is the default passed query string ' Use your string ' to configure//################### # # # #添加封装标签 $config [' full_tag_open '] = ' Summary of all properties of the Ci paging class