Severity: 8192 Message: Methods with the same name as their class will not be constructors in a future version of PHP;
问题 Severity: 8192 Message: Methods with the same name as their class will not be constructors in a future version of PHP; CI_Pagination has a deprecated constructor Filename: libraries/Pagination.php Line Number: 27 class CI_Pagination { var $base_url = ''; // The page we are linking to var $total_rows = ''; // Total number of items (database results) var $per_page = 10; // Max number of items you want shown per page var $num_links = 2; // Number of "digit" links to show before/after the