<?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 on: A PHP Calendar Class Based on Zend_Date</title>
	<atom:link href="http://www.arietis-software.com/index.php/2009/05/26/calendar-class-based-on-zend_date/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arietis-software.com/index.php/2009/05/26/calendar-class-based-on-zend_date/</link>
	<description>Design and Build Web Site Solutions</description>
	<lastBuildDate>Fri, 30 Apr 2010 08:57:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=1026</generator>
	<item>
		<title>By: EroS</title>
		<link>http://www.arietis-software.com/index.php/2009/05/26/calendar-class-based-on-zend_date/comment-page-1/#comment-280</link>
		<dc:creator>EroS</dc:creator>
		<pubDate>Wed, 17 Feb 2010 03:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.arietis-software.com/?p=154#comment-280</guid>
		<description>Very useful! With ZF i put this as &quot;services&quot;:

class Service_Calendar

and config Bootstrap for the prefix &quot;Service&quot; on a folder into the project, without touch Zend Library.</description>
		<content:encoded><![CDATA[<p>Very useful! With ZF i put this as &#8220;services&#8221;:</p>
<p>class Service_Calendar</p>
<p>and config Bootstrap for the prefix &#8220;Service&#8221; on a folder into the project, without touch Zend Library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.arietis-software.com/index.php/2009/05/26/calendar-class-based-on-zend_date/comment-page-1/#comment-279</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Tue, 02 Feb 2010 18:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.arietis-software.com/?p=154#comment-279</guid>
		<description>@Christian. I agree! That would be the best place for it. I&#039;ll let you know when I get a chance to do just that. Thanks.</description>
		<content:encoded><![CDATA[<p>@Christian. I agree! That would be the best place for it. I&#8217;ll let you know when I get a chance to do just that. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://www.arietis-software.com/index.php/2009/05/26/calendar-class-based-on-zend_date/comment-page-1/#comment-278</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Tue, 02 Feb 2010 12:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.arietis-software.com/?p=154#comment-278</guid>
		<description>this as a view helper for ZF == AWESOME!</description>
		<content:encoded><![CDATA[<p>this as a view helper for ZF == AWESOME!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.arietis-software.com/index.php/2009/05/26/calendar-class-based-on-zend_date/comment-page-1/#comment-273</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Thu, 17 Dec 2009 16:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.arietis-software.com/?p=154#comment-273</guid>
		<description>@Jaime Neto Thanks for your suggestions. I&#039;ll look into it. Feel free to pass along the fixes if you&#039;ve implemented them.</description>
		<content:encoded><![CDATA[<p>@Jaime Neto Thanks for your suggestions. I&#8217;ll look into it. Feel free to pass along the fixes if you&#8217;ve implemented them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaime Neto</title>
		<link>http://www.arietis-software.com/index.php/2009/05/26/calendar-class-based-on-zend_date/comment-page-1/#comment-272</link>
		<dc:creator>Jaime Neto</dc:creator>
		<pubDate>Thu, 17 Dec 2009 02:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.arietis-software.com/?p=154#comment-272</guid>
		<description>Nice job. However, there are some notices poping up. I found the issues, here are they:

1 - line 176. &quot;$html .= &quot;, just remove the &quot;.&quot;, as the $html is being created now.

2 - You call $this-&gt;localeStr, but did not declare it. Just add &quot;private $localeStr;&quot; at the beginning of the class together with the other properties.

3 - Do not use &quot;onclick&quot; for a select form element. Use &quot;onchange&quot; instead, or it will submit before the user is able to choose the option.

That&#039;s all for now. Good work.</description>
		<content:encoded><![CDATA[<p>Nice job. However, there are some notices poping up. I found the issues, here are they:</p>
<p>1 &#8211; line 176. &#8220;$html .= &#8220;, just remove the &#8220;.&#8221;, as the $html is being created now.</p>
<p>2 &#8211; You call $this-&gt;localeStr, but did not declare it. Just add &#8220;private $localeStr;&#8221; at the beginning of the class together with the other properties.</p>
<p>3 &#8211; Do not use &#8220;onclick&#8221; for a select form element. Use &#8220;onchange&#8221; instead, or it will submit before the user is able to choose the option.</p>
<p>That&#8217;s all for now. Good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.arietis-software.com/index.php/2009/05/26/calendar-class-based-on-zend_date/comment-page-1/#comment-254</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Sat, 12 Sep 2009 20:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.arietis-software.com/?p=154#comment-254</guid>
		<description>@Oran. You can put the Calendar class anywhere you like! Just make sure its part of your include path. Typically, zend framework components are stored in the &#039;/library/Zend&#039; folder, with the include path set to &#039;library&#039;. 
ex: set_include_path(get_include_path() . PATH_SEPARATOR . &#039;/path/to/Zend&#039;);
I would suggest you put the Calendar class inside the &#039;library&#039; folder as well, either on its own, or in another folder called &#039;Custom&#039;. If you go the first route, include it in your php files using require_once &#039;Calendar.php&#039;; . In the second example use, require_once &#039;Custom/Calendar.php&#039;;</description>
		<content:encoded><![CDATA[<p>@Oran. You can put the Calendar class anywhere you like! Just make sure its part of your include path. Typically, zend framework components are stored in the &#8216;/library/Zend&#8217; folder, with the include path set to &#8216;library&#8217;.<br />
ex: set_include_path(get_include_path() . PATH_SEPARATOR . &#8216;/path/to/Zend&#8217;);<br />
I would suggest you put the Calendar class inside the &#8216;library&#8217; folder as well, either on its own, or in another folder called &#8216;Custom&#8217;. If you go the first route, include it in your php files using require_once &#8216;Calendar.php&#8217;; . In the second example use, require_once &#8216;Custom/Calendar.php&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oran</title>
		<link>http://www.arietis-software.com/index.php/2009/05/26/calendar-class-based-on-zend_date/comment-page-1/#comment-253</link>
		<dc:creator>Oran</dc:creator>
		<pubDate>Sat, 12 Sep 2009 14:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.arietis-software.com/?p=154#comment-253</guid>
		<description>Hi Derek,
First of all thanks for the effort
Second, I&#039;m new to ZF and I want to use the calender.
where should I place the Calendar class and the demo code within the ZF project folders, in order to make it work on my website?

Many Thanks,
Oran</description>
		<content:encoded><![CDATA[<p>Hi Derek,<br />
First of all thanks for the effort<br />
Second, I&#8217;m new to ZF and I want to use the calender.<br />
where should I place the Calendar class and the demo code within the ZF project folders, in order to make it work on my website?</p>
<p>Many Thanks,<br />
Oran</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.arietis-software.com/index.php/2009/05/26/calendar-class-based-on-zend_date/comment-page-1/#comment-252</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Fri, 28 Aug 2009 02:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.arietis-software.com/?p=154#comment-252</guid>
		<description>@Ben. Good idea! Should have done that myself!</description>
		<content:encoded><![CDATA[<p>@Ben. Good idea! Should have done that myself!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.arietis-software.com/index.php/2009/05/26/calendar-class-based-on-zend_date/comment-page-1/#comment-249</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 22 Aug 2009 21:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.arietis-software.com/?p=154#comment-249</guid>
		<description>Derek,

This is awesome. Thanks a lot for making it. First thing I added was a __toString overload ;)

    public function __toString() 
    {
        return $this-&gt;getCalendarHtml();
    }

so you can do 

</description>
		<content:encoded><![CDATA[<p>Derek,</p>
<p>This is awesome. Thanks a lot for making it. First thing I added was a __toString overload <img src='http://www.arietis-software.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>    public function __toString()<br />
    {<br />
        return $this-&gt;getCalendarHtml();<br />
    }</p>
<p>so you can do</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.arietis-software.com/index.php/2009/05/26/calendar-class-based-on-zend_date/comment-page-1/#comment-248</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Fri, 31 Jul 2009 15:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.arietis-software.com/?p=154#comment-248</guid>
		<description>@Sandeep. I identified and fixed the extra day issue. Download the latest version.</description>
		<content:encoded><![CDATA[<p>@Sandeep. I identified and fixed the extra day issue. Download the latest version.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
