When I add this to pass the items to $feed.

<?php foreach ($feeddata['items'] as $feed): ?>
<div>
<h3><?php echo $feed['title']; ?></h3>
<p><?php echo $feed['description']; ?></p>
</div>
<?php endforeach; ?>

There is an error mentioned
Fatal error: Cannot use object of type SimplePie_Item as array in
D:\Program Files\xampp\htdocs\cake\app\views\feed\index.thtml on line 6

Can't use object of type SimplePie_item?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to