Re: pagination, "pretty" URLs, and route

2009-11-23 Thread axe6584
You must add one of the following at the begining of your router.php configuration file in order to use the 'page' parameter in url and get your url parsed by the router. This comment come from the Router class itself: * Do not parse any named parameters: * {{{ Router::connectNamed(false); }}}

Re: Pagination and Reverse Routing

2009-11-23 Thread axe6584
You must add one of the following at the begining of your router.php configuration file in order to use the 'page' parameter in url and get your url parsed by the router. This comment come from the Router class itself: * Do not parse any named parameters: * {{{ Router::connectNamed(false); }}}