Use the following statement in view file for respective controllers/action:
$paginator->options(array('url' => $this->passedArgs));
This will retrieve all passed url arguments.
To specify which params to pass, use:
$paginator->options(array('url' => array("0", "1")));
Simple.
No comments:
Post a Comment
If you at all like any entry, please, let me know. I love to read your comments.