ZF-2639: Add possibility to create guid (or other elements) attributes
Description
If I want set the guid attribute for the feed item - 7571-mysite.com I can't achieve this with the current implementation of the Zend_Feed, in this current implementation I can make only
$feedArray['entries'][] = array(
"guid" => "7571-mysite.com",
"title" => iconv("iso-8859-2","utf-8",$article->getTitle()),
....
....
);
Comments
Posted by Miroslav Kubelik (koubel) on 2008-02-13T03:25:48.000+0000
minor priority
Posted by Wil Sinclair (wil) on 2008-04-18T13:25:24.000+0000
Please evaluate and categorize as necessary.
Posted by Miroslav Kubelik (koubel) on 2008-04-21T06:46:11.000+0000
Priority is set to should have
Posted by Miroslav Kubelik (koubel) on 2009-06-18T01:53:50.000+0000
Bug is still here from version 1.0.x till 1.8.x, why there aren't any improvements for Zend_Feed for about a year? Another notice, It's maybe duplicate with ZF-5833.
I think there isn't any support for Zend_Feed nowadays :-(
Posted by Pádraic Brady (padraic) on 2009-11-20T11:43:49.000+0000
Fixed in r19132. Enjoy proper isPermaLink attributes ;)
Posted by Miroslav Kubelik (koubel) on 2009-11-21T03:13:55.000+0000
Nice, thank you Padric.
Posted by Pádraic Brady (padraic) on 2009-11-21T04:07:55.000+0000
Just surprised it was there since Feb 2008. It was an obvious flaw with an easy fix overall. Unfortunately Zend_Feed is a bit of a mess and it's being superseded by Zend_Feed_Reader, and soon Zend_Feed_Writer.