Kamil N wrote:
> 
> 
> There is a view helper 
> http://framework.zend.com/svn/framework/standard/incubator/library/Zend/View/Helper/Cycle.php
> and here is some docu
> http://framework.zend.com/svn/framework/standard/incubator/documentation/manual/en/module_specs/Zend_View-Helpers-Cycle.xml
> 
> 

Thanks for this, sorry I was so long replying, but I'm having a few problems
with this helper.

How do I use it in a partial loop? This is what I am doing:

Controller: get rows from Model
Controller: make cycle object
Controller: attach both to view
View: pass rows to loop partial
Loop Partial: draw a <tr>

But in the partial I have no access to the Cycle and so I can't zebra my
<tr>s :-(

plz hlp!!

monk.e.boy
-- 
View this message in context: 
http://www.nabble.com/Partial-Loop-Zebra-Stripe-tp19955744p20127369.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to