<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Fernando Marcelo.com</title>
	<atom:link href="http://fernandomarcelo.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://fernandomarcelo.com</link>
	<description>PHP, Zend Framework and misc stuff.</description>
	<lastBuildDate>Fri, 08 Jul 2011 22:30:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Using Zend_Service_Twitter and Zend_OAuth by Marco Pivetta</title>
		<link>http://fernandomarcelo.com/2010/09/using-zend_service_twitter-and-zend_oauth/#comment-227</link>
		<dc:creator>Marco Pivetta</dc:creator>
		<pubDate>Fri, 08 Jul 2011 22:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://fernandomarcelo.com/?p=5#comment-227</guid>
		<description>I had to fight a bit to tell Zend Framework 2 that this code was working fine even if just with PHP 5.3 namespaces :D
Thank you for sharing, OAuth is still a confusing beast when you have lots of hours of work on your back :)</description>
		<content:encoded><![CDATA[<p>I had to fight a bit to tell Zend Framework 2 that this code was working fine even if just with PHP 5.3 namespaces <img src='http://fernandomarcelo.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
Thank you for sharing, OAuth is still a confusing beast when you have lots of hours of work on your back <img src='http://fernandomarcelo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Zend_Service_Twitter and Zend_OAuth by zerkms</title>
		<link>http://fernandomarcelo.com/2010/09/using-zend_service_twitter-and-zend_oauth/#comment-225</link>
		<dc:creator>zerkms</dc:creator>
		<pubDate>Sat, 21 May 2011 11:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://fernandomarcelo.com/?p=5#comment-225</guid>
		<description>Thanks for the article.

But in my implementation I&#039;ve added one more option to the config

twitter.authorizeUrl = &quot;https://twitter.com/oauth/authenticate&quot;

This option changes behaviour a little: if user have already given an authentication - then twitter will not ask again for it.</description>
		<content:encoded><![CDATA[<p>Thanks for the article.</p>
<p>But in my implementation I&#8217;ve added one more option to the config</p>
<p>twitter.authorizeUrl = &#8220;https://twitter.com/oauth/authenticate&#8221;</p>
<p>This option changes behaviour a little: if user have already given an authentication &#8211; then twitter will not ask again for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get date in Mysql format from Zend Date by Felipe</title>
		<link>http://fernandomarcelo.com/2010/10/get-date-in-mysql-format-from-zend-date/#comment-224</link>
		<dc:creator>Felipe</dc:creator>
		<pubDate>Sun, 15 May 2011 01:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://fernandomarcelo.com/?p=38#comment-224</guid>
		<description>The constants in the class was very useful for me. Thanks!</description>
		<content:encoded><![CDATA[<p>The constants in the class was very useful for me. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Zend_Service_Twitter and Zend_OAuth by Upton Pickman</title>
		<link>http://fernandomarcelo.com/2010/09/using-zend_service_twitter-and-zend_oauth/#comment-223</link>
		<dc:creator>Upton Pickman</dc:creator>
		<pubDate>Wed, 11 May 2011 10:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://fernandomarcelo.com/?p=5#comment-223</guid>
		<description>Thanks a ton for this tutorial.

I got an error because of the empty checks, but otherwise this is a really clear explenation to get twitter running in a Zend application!</description>
		<content:encoded><![CDATA[<p>Thanks a ton for this tutorial.</p>
<p>I got an error because of the empty checks, but otherwise this is a really clear explenation to get twitter running in a Zend application!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get date in Mysql format from Zend Date by Osvaldo M</title>
		<link>http://fernandomarcelo.com/2010/10/get-date-in-mysql-format-from-zend-date/#comment-113</link>
		<dc:creator>Osvaldo M</dc:creator>
		<pubDate>Mon, 27 Dec 2010 22:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://fernandomarcelo.com/?p=38#comment-113</guid>
		<description>neat post... thanks 4 sharing. 
@Jay, in case you were looking for something to use with just one line of code, try something like:
$mydate = Zend_Date::now()-&gt;get(&#039;YYYY-MM-dd HH:mm:ss&#039;);</description>
		<content:encoded><![CDATA[<p>neat post&#8230; thanks 4 sharing.<br />
@Jay, in case you were looking for something to use with just one line of code, try something like:<br />
$mydate = Zend_Date::now()-&gt;get(&#8216;YYYY-MM-dd HH:mm:ss&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get date in Mysql format from Zend Date by Fernando Morgenstern</title>
		<link>http://fernandomarcelo.com/2010/10/get-date-in-mysql-format-from-zend-date/#comment-111</link>
		<dc:creator>Fernando Morgenstern</dc:creator>
		<pubDate>Fri, 26 Nov 2010 20:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://fernandomarcelo.com/?p=38#comment-111</guid>
		<description>Hello,

Calling methods with :: is only used for static ones. get() method in Zend_Date is not static, so this won&#039;t work.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Calling methods with :: is only used for static ones. get() method in Zend_Date is not static, so this won&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get date in Mysql format from Zend Date by Jay</title>
		<link>http://fernandomarcelo.com/2010/10/get-date-in-mysql-format-from-zend-date/#comment-110</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Fri, 26 Nov 2010 06:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://fernandomarcelo.com/?p=38#comment-110</guid>
		<description>Thanks for this, why does this method work, but:
echo Zend_Date::get(&#039;YYYY-MM-dd HH:mm:ss&#039;);
Does not?</description>
		<content:encoded><![CDATA[<p>Thanks for this, why does this method work, but:<br />
echo Zend_Date::get(&#8216;YYYY-MM-dd HH:mm:ss&#8217;);<br />
Does not?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

