Zend Paginator -- adding a class

2 messages Options
Embed this post
Permalink
Raavi Raaj

Zend Paginator -- adding a class

Reply Threaded More More options
Print post
Permalink
Hi,
 
I am using Zend_Paginator in my project. All works fine.
I'd like to add a class="odd" on rows 1,3,5... and a class="even" on 2,4,6... in my view partial.
How can I do this?
 
All help is appreciated.
 
regards,
-R
Matthew Ratzloff

Re: Zend Paginator -- adding a class

Reply Threaded More More options
Print post
Permalink

-Matt

On Tue, Jan 13, 2009 at 7:31 AM, Raavi Raaj <[hidden email]> wrote:
Hi,
 
I am using Zend_Paginator in my project. All works fine.
I'd like to add a class="odd" on rows 1,3,5... and a class="even" on 2,4,6... in my view partial.
How can I do this?
 
All help is appreciated.
 
regards,
-R