codeigniter - Pagination and controller methods arguments -


here problem. i'm using pagination library of code igniter paginate results model return. thing i've need pass arguments controller method url this:

localhost/index.php/controller/paginationnum

and need this

localhost/index.php/controller/paginationnum/arg1/arg2/arg3

how can ignore paginationnumber in url can user arguments in controller?

i not entirely sure since using pagination combined ajax lot in codeigniter can't go with:

 $this->uri->segment(n);  

so filter out unwanted parts of uri?


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -