Hi, i have a problem looping through items, as the manual says:

with
foreach ($channel->items as $item) { ...}

we can loop through items.. as $item, and get link(), description... etc

but if u want to loop through specific items, for example with a FOR

for ($i=1;$i <= ($channel->count());$i++) {....

i need to assing items objects with the For variable i but i can't make
it...

something like: 
$item = $channel->items 
$item1 = item[i] 
and access to that specific item:  
$item1->link();  

someone can help me? thanks in advance
-- 
View this message in context: 
http://www.nabble.com/Zend-Feed%2C-looping-through-specific-items-tp24153158p24153158.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to