Your route doesn't have a :page parameter like the example shows.
-Matt

On Wed, Nov 19, 2008 at 7:39 AM, vladimirn <[EMAIL PROTECTED]> wrote:

>
> Matt, thanks for posting this link and quote rom documents.
> I've already read that before i posted in here :)
> How to use that in my example?
>
> Matthew Ratzloff wrote:
> >
> > From the documentation:
> > The following is an example route you might use in an INI configuration
> > file:
> >
> > routes.example.route = articles/:articleName/:page
> > routes.example.defaults.controller = articles
> > routes.example.defaults.action = view
> > routes.example.defaults.page = 1
> > routes.example.reqs.articleName = \w+
> > routes.example.reqs.page = \d+
> >
>
> --
> View this message in context:
> http://www.nabble.com/Question-about-zend-pagination-tp20543032p20582454.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
>

Reply via email to