The problem: Data is not in order.

This is what I'm doing:

$channel = new Zend_Feed_Rss('http://www.nba.com/rss/nba_rss.xml');

for($channel  as $item){
$item->title; //Should be shown as ordered in the XML , but it shows the
records in a random way.

}

What is happening ?





-- 
View this message in context: 
http://www.nabble.com/Problems-with--Zend_Feed_Rss-tp17685666p17685666.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to