Pagination Last link disappeard after page 10
问题 I make a pagination with Pagination Class of CodeIgniter and some tutorials, it work fine, but the problem is that after the page number 10 do not show the Last Page link. My controller $select_per_page = 5; if ($this->session->userdata('cantidad')) { $select_per_page = $this->session->userdata('cantidad'); } $obj = new General(); // (BEGIN) Pagination// $config['base_url'] = base_url('test/Gestionar_Test/'); $config['per_page'] = $select_per_page; $config['num_links'] = 4; $config["total