vbali blogja
Currently viewing the tag: "fyi"
Küzdöttem a Zend Framework-kel, hogy beolvassa a ‘content:encoded’ tag-eket egy RSS feedből. Az alábbi kóddal sikerült:
public function indexAction()
{
$ns = array
(
‘content’ => ‘http://purl.org/rss/1.0/modules/content/’,
‘wfw’ => ‘http://wellformedweb.org/CommentAPI/’,
‘dc’ => ‘http://purl.org/dc/elements/1.1/’,
);
Zend_Loader::loadClass(’Zend_Feed’);
try {
$rssFeed = Zend_Feed::import(’http://blog.linuxforge.hu/feed’);
} catch (Zend_Feed_Exception [...]
Fotók
