<?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: Zend Framework Bootstrap file class</title>
	<atom:link href="http://www.gsdesign.ro/blog/zend-framework-bootstrap-file-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gsdesign.ro/blog/zend-framework-bootstrap-file-class/</link>
	<description>Just another developer blog</description>
	<lastBuildDate>Thu, 29 Jul 2010 03:41:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Best reg cleaner</title>
		<link>http://www.gsdesign.ro/blog/zend-framework-bootstrap-file-class/comment-page-1/#comment-7778</link>
		<dc:creator>Best reg cleaner</dc:creator>
		<pubDate>Mon, 12 Jul 2010 08:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=342#comment-7778</guid>
		<description>Oh source code make me dizzyling, but thanks anyway.</description>
		<content:encoded><![CDATA[<p>Oh source code make me dizzyling, but thanks anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: registry cleaner</title>
		<link>http://www.gsdesign.ro/blog/zend-framework-bootstrap-file-class/comment-page-1/#comment-7714</link>
		<dc:creator>registry cleaner</dc:creator>
		<pubDate>Thu, 14 Jan 2010 18:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=342#comment-7714</guid>
		<description>very pleasure to visit this site. nice post. thanks for sharing.</description>
		<content:encoded><![CDATA[<p>very pleasure to visit this site. nice post. thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabi Solomon</title>
		<link>http://www.gsdesign.ro/blog/zend-framework-bootstrap-file-class/comment-page-1/#comment-7386</link>
		<dc:creator>Gabi Solomon</dc:creator>
		<pubDate>Fri, 27 Feb 2009 09:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=342#comment-7386</guid>
		<description>@Jani Hartikainen

Yes its true that is doesnt have too much of an advantage over just writing the code, but for me its a little more organized and it has one more advantage. I can write a new prepare method for crons that will not start all of the zend framework ( for example it doesnt need the fron controller ) and i can do it in the same file and not have to do another bootstrapfile.</description>
		<content:encoded><![CDATA[<p>@Jani Hartikainen</p>
<p>Yes its true that is doesnt have too much of an advantage over just writing the code, but for me its a little more organized and it has one more advantage. I can write a new prepare method for crons that will not start all of the zend framework ( for example it doesnt need the fron controller ) and i can do it in the same file and not have to do another bootstrapfile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jani Hartikainen</title>
		<link>http://www.gsdesign.ro/blog/zend-framework-bootstrap-file-class/comment-page-1/#comment-7385</link>
		<dc:creator>Jani Hartikainen</dc:creator>
		<pubDate>Fri, 27 Feb 2009 02:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.gsdesign.ro/blog/?p=342#comment-7385</guid>
		<description>I think the idea of separating bootstrap into a class something like yours is good, but the code you show doesn&#039;t seem particularily different from just sticking it outside a class. You could group the code by say delimiting by comments etc. and it would be pretty much the same. Not to mention that the class is just extraneous code that makes it look more complex.

Have you looked at Zym_App? I think that&#039;s a pretty good way to implement this kind of bootstrapping class, which actually ends up doing something else than just wrapping code into methods ( http://www.zym-project.com/docs/reference/zym.app.html )

I guess yours doe have one advantage over the no-class approach: it&#039;s easier to remove selected behavior by commenting out the method call, instead of commenting out the whole code-block.</description>
		<content:encoded><![CDATA[<p>I think the idea of separating bootstrap into a class something like yours is good, but the code you show doesn&#8217;t seem particularily different from just sticking it outside a class. You could group the code by say delimiting by comments etc. and it would be pretty much the same. Not to mention that the class is just extraneous code that makes it look more complex.</p>
<p>Have you looked at Zym_App? I think that&#8217;s a pretty good way to implement this kind of bootstrapping class, which actually ends up doing something else than just wrapping code into methods ( <a href="http://www.zym-project.com/docs/reference/zym.app.html" rel="nofollow">http://www.zym-project.com/docs/reference/zym.app.html</a> )</p>
<p>I guess yours doe have one advantage over the no-class approach: it&#8217;s easier to remove selected behavior by commenting out the method call, instead of commenting out the whole code-block.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
