<?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: Cron jobs in Zend Framework</title>
	<atom:link href="http://www.gsdesign.ro/blog/cron-jobs-in-zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gsdesign.ro/blog/cron-jobs-in-zend-framework/</link>
	<description>Just another developer blog</description>
	<lastBuildDate>Sat, 11 Feb 2012 02:17:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Cron jobs in Zend Framework &#171; DBGLORY 4 YOU</title>
		<link>http://www.gsdesign.ro/blog/cron-jobs-in-zend-framework/comment-page-1/#comment-7906</link>
		<dc:creator>Cron jobs in Zend Framework &#171; DBGLORY 4 YOU</dc:creator>
		<pubDate>Tue, 07 Jun 2011 18:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=369#comment-7906</guid>
		<description>[...] call some methods from the bootstrap class since you don&#8217;t really need all the zend machine. PLAIN TEXT [...]</description>
		<content:encoded><![CDATA[<p>[...] call some methods from the bootstrap class since you don&#8217;t really need all the zend machine. PLAIN TEXT [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panelized Homes House</title>
		<link>http://www.gsdesign.ro/blog/cron-jobs-in-zend-framework/comment-page-1/#comment-7855</link>
		<dc:creator>Panelized Homes House</dc:creator>
		<pubDate>Sat, 29 Jan 2011 07:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=369#comment-7855</guid>
		<description>This post was very nicely written, and it also contains a lot of useful facts.</description>
		<content:encoded><![CDATA[<p>This post was very nicely written, and it also contains a lot of useful facts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tamrix+gsdesign</title>
		<link>http://www.gsdesign.ro/blog/cron-jobs-in-zend-framework/comment-page-1/#comment-7784</link>
		<dc:creator>Tamrix+gsdesign</dc:creator>
		<pubDate>Mon, 19 Jul 2010 12:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=369#comment-7784</guid>
		<description>Use memory_get_peak_usage() as the above example just gets the memory at the start and end and subtracting it which doesn&#039;t actually mean anything.</description>
		<content:encoded><![CDATA[<p>Use memory_get_peak_usage() as the above example just gets the memory at the start and end and subtracting it which doesn&#39;t actually mean anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabi solomon</title>
		<link>http://www.gsdesign.ro/blog/cron-jobs-in-zend-framework/comment-page-1/#comment-7675</link>
		<dc:creator>gabi solomon</dc:creator>
		<pubDate>Sun, 15 Nov 2009 18:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=369#comment-7675</guid>
		<description>@Carlos&lt;br&gt;Its as simple as including the init file:&lt;br&gt;require ./init.php&lt;br&gt;&lt;br&gt;and then doing what ever you want in the cron.</description>
		<content:encoded><![CDATA[<p>@Carlos<br />Its as simple as including the init file:<br />require ./init.php</p>
<p>and then doing what ever you want in the cron.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://www.gsdesign.ro/blog/cron-jobs-in-zend-framework/comment-page-1/#comment-7673</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Sun, 15 Nov 2009 01:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=369#comment-7673</guid>
		<description>Can you put a cron php script  example that will use the init.php and show something like &quot;Hello World&quot; o rsomething like that?&lt;br&gt;&lt;br&gt;This is a half way solution, you should put something complete</description>
		<content:encoded><![CDATA[<p>Can you put a cron php script  example that will use the init.php and show something like &#8220;Hello World&#8221; o rsomething like that?</p>
<p>This is a half way solution, you should put something complete</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solomongaby</title>
		<link>http://www.gsdesign.ro/blog/cron-jobs-in-zend-framework/comment-page-1/#comment-7604</link>
		<dc:creator>solomongaby</dc:creator>
		<pubDate>Wed, 17 Jun 2009 21:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=369#comment-7604</guid>
		<description>thanks for the notice, i modified it  :)</description>
		<content:encoded><![CDATA[<p>thanks for the notice, i modified it  <img src='http://www.gsdesign.ro/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacek Lange</title>
		<link>http://www.gsdesign.ro/blog/cron-jobs-in-zend-framework/comment-page-1/#comment-7603</link>
		<dc:creator>Jacek Lange</dc:creator>
		<pubDate>Wed, 17 Jun 2009 20:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=369#comment-7603</guid>
		<description>nice piece of work. There&#039;s something going on at line 11 I don&#039;t get:&lt;br&gt;1) the Bootstrap class you&#039;ve published does not allow parameters to function setupDatabase&lt;br&gt;2) Besides, isn&#039;t &quot;dissableCache&quot; option misspelled?</description>
		<content:encoded><![CDATA[<p>nice piece of work. There&#39;s something going on at line 11 I don&#39;t get:<br />1) the Bootstrap class you&#39;ve published does not allow parameters to function setupDatabase<br />2) Besides, isn&#39;t &#8220;dissableCache&#8221; option misspelled?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Lignier</title>
		<link>http://www.gsdesign.ro/blog/cron-jobs-in-zend-framework/comment-page-1/#comment-7411</link>
		<dc:creator>Joel Lignier</dc:creator>
		<pubDate>Wed, 18 Mar 2009 04:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=369#comment-7411</guid>
		<description>Thanks for posting this. Exactly what I was looking for :)</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. Exactly what I was looking for <img src='http://www.gsdesign.ro/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

