<?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: Set up a Zend Framework application using Zend_Application (including PHPUnit setup)</title>
	<atom:link href="http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/feed/" rel="self" type="application/rss+xml" />
	<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/</link>
	<description>IT stuff and more</description>
	<lastBuildDate>Sat, 13 Mar 2010 12:19:15 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: PixelMaker</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3969</link>
		<dc:creator>PixelMaker</dc:creator>
		<pubDate>Mon, 08 Mar 2010 18:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3969</guid>
		<description>Hi,

If I want to use $this-&gt;module in my index.phtml, what Should I need to place in Bootstrap.php file.

I will explain:

If you use this print_r($this-&gt;_getAllParams()); in any of your controllers, suppose contactController;

it will display 
Array ( 
        [controller] =&gt; contact 
        [action] =&gt; index 
        [module] =&gt; default 
      )  

instead of using that function (getAllParams()), I just want to initialize the controller, module, action values in bootstrap itself, so that I can use the values anywhere (controller / view) like $this-&gt;view-&gt;module in controller and $this-&gt;module in my views.

Please let me know how can we achieve this.

Thanks in Advance.
PixelMaker.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>If I want to use $this-&gt;module in my index.phtml, what Should I need to place in Bootstrap.php file.</p>
<p>I will explain:</p>
<p>If you use this print_r($this-&gt;_getAllParams()); in any of your controllers, suppose contactController;</p>
<p>it will display<br />
Array (<br />
        [controller] =&gt; contact<br />
        [action] =&gt; index<br />
        [module] =&gt; default<br />
      )  </p>
<p>instead of using that function (getAllParams()), I just want to initialize the controller, module, action values in bootstrap itself, so that I can use the values anywhere (controller / view) like $this-&gt;view-&gt;module in controller and $this-&gt;module in my views.</p>
<p>Please let me know how can we achieve this.</p>
<p>Thanks in Advance.<br />
PixelMaker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3956</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 11 Feb 2010 22:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3956</guid>
		<description>Hi, 
I have a problem with running it in my application in Zend Studio 7.1

I get:
Fatal error: Class &#039;ControllerTestCase&#039; not found in C:\Program Files (x86)\Zend\Apache2\htdocs\ekorki\tests\application\controllers\IndexControllerTest.php on line 3

Could you help me?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have a problem with running it in my application in Zend Studio 7.1</p>
<p>I get:<br />
Fatal error: Class &#8216;ControllerTestCase&#8217; not found in C:\Program Files (x86)\Zend\Apache2\htdocs\ekorki\tests\application\controllers\IndexControllerTest.php on line 3</p>
<p>Could you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhys</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3917</link>
		<dc:creator>Rhys</dc:creator>
		<pubDate>Fri, 29 Jan 2010 13:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3917</guid>
		<description>This is a great tutorial thanks.

But one question I have is that you put a lot more in application.ini than I&#039;ve seen in other zend implementations. What are the reasons for putting stuff here rather than in bootstrap.php or index.php?

Cheers</description>
		<content:encoded><![CDATA[<p>This is a great tutorial thanks.</p>
<p>But one question I have is that you put a lot more in application.ini than I&#8217;ve seen in other zend implementations. What are the reasons for putting stuff here rather than in bootstrap.php or index.php?</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3767</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 03 Dec 2009 02:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3767</guid>
		<description>I would say it&#039;s a great guide which helps me especially in Unit Testing!

I&#039;m wondering I tried to do with your admin module testing. It does not seem to work. Can you please help?  Thanks

My project structure is below;

&lt;code&gt;
application/
   modules/
      users/
      admin/
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I would say it&#8217;s a great guide which helps me especially in Unit Testing!</p>
<p>I&#8217;m wondering I tried to do with your admin module testing. It does not seem to work. Can you please help?  Thanks</p>
<p>My project structure is below;</p>
<p><code><br />
application/<br />
   modules/<br />
      users/<br />
      admin/<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishan</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3630</link>
		<dc:creator>Krishan</dc:creator>
		<pubDate>Wed, 21 Oct 2009 05:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3630</guid>
		<description>a very good article to help a beginner to set up a zend frame work application....Thanks a lot.....</description>
		<content:encoded><![CDATA[<p>a very good article to help a beginner to set up a zend frame work application&#8230;.Thanks a lot&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: W</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3626</link>
		<dc:creator>W</dc:creator>
		<pubDate>Mon, 19 Oct 2009 04:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3626</guid>
		<description>Thank you very much! This post helped me to start my own testing in ZF. However, if someone is using lampp 1.7.2, there is a problem, because PHPUnit in lampp is to old and it must be upgraded. I wrote short post about how to do this upgrade here &lt;a href=&#039;http://shortrecipes.blogspot.com/2009/10/xampp-lampp-upgrade-phpunit-in-lampp.html&#039; title=&#039;PHPUnit upgrade&#039; rel=&quot;nofollow&quot;&gt;. Hope it will be useful.</description>
		<content:encoded><![CDATA[<p>Thank you very much! This post helped me to start my own testing in ZF. However, if someone is using lampp 1.7.2, there is a problem, because PHPUnit in lampp is to old and it must be upgraded. I wrote short post about how to do this upgrade here <a href='http://shortrecipes.blogspot.com/2009/10/xampp-lampp-upgrade-phpunit-in-lampp.html' title='PHPUnit upgrade' rel="nofollow">. Hope it will be useful.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico Cargnelutti (fedecarg) 's status on Sunday, 18-Oct-09 22:59:47 UTC - Identi.ca</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3625</link>
		<dc:creator>Federico Cargnelutti (fedecarg) 's status on Sunday, 18-Oct-09 22:59:47 UTC - Identi.ca</dc:creator>
		<pubDate>Sun, 18 Oct 2009 23:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3625</guid>
		<description>[...]  http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-...       a few seconds ago  from web [...]</description>
		<content:encoded><![CDATA[<p>[...]  <a href="http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-.." rel="nofollow">http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-..</a>.       a few seconds ago  from web [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacques Marques</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3572</link>
		<dc:creator>Jacques Marques</dc:creator>
		<pubDate>Mon, 28 Sep 2009 22:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3572</guid>
		<description>How can I run this example in Zend Studio 7.0?

Thanks</description>
		<content:encoded><![CDATA[<p>How can I run this example in Zend Studio 7.0?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3550</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Tue, 22 Sep 2009 20:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3550</guid>
		<description>Thanks David, completely forgot about that possibility.</description>
		<content:encoded><![CDATA[<p>Thanks David, completely forgot about that possibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buddhamagnet</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3549</link>
		<dc:creator>buddhamagnet</dc:creator>
		<pubDate>Tue, 22 Sep 2009 14:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3549</guid>
		<description>Hi all - I have followed the instructions above to the letter but when I run unit tests against my controllers all but the IndexController come back with a 500 and reroute to the ErrorController.

Anyone else have this issue and can anyone help?</description>
		<content:encoded><![CDATA[<p>Hi all &#8211; I have followed the instructions above to the letter but when I run unit tests against my controllers all but the IndexController come back with a 500 and reroute to the ErrorController.</p>
<p>Anyone else have this issue and can anyone help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Mintz</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3548</link>
		<dc:creator>David Mintz</dc:creator>
		<pubDate>Tue, 22 Sep 2009 14:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3548</guid>
		<description>Remember also that you not only have to have mod_rewrite enabled, but also make sure there&#039;s a &quot;AllowOverride All&quot; directive in the  block of your web server configuration, otherwise .htaccess will have no effect.</description>
		<content:encoded><![CDATA[<p>Remember also that you not only have to have mod_rewrite enabled, but also make sure there&#8217;s a &#8220;AllowOverride All&#8221; directive in the  block of your web server configuration, otherwise .htaccess will have no effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Mintz</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3547</link>
		<dc:creator>David Mintz</dc:creator>
		<pubDate>Tue, 22 Sep 2009 14:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3547</guid>
		<description>Remember that you not only have to enable mod_rewrite, but also make sure there&#039;s a &quot;AllowOverride All&quot; directive in the  block of your web server configuration, otherwise .htaccess will have no effect.</description>
		<content:encoded><![CDATA[<p>Remember that you not only have to enable mod_rewrite, but also make sure there&#8217;s a &#8220;AllowOverride All&#8221; directive in the  block of your web server configuration, otherwise .htaccess will have no effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3543</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Mon, 21 Sep 2009 22:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3543</guid>
		<description>Most likely you do not have mod_rewrite enabled on your Server (look at the Apache config) or your .htaccess file in the public folder isn&#039;t working right.</description>
		<content:encoded><![CDATA[<p>Most likely you do not have mod_rewrite enabled on your Server (look at the Apache config) or your .htaccess file in the public folder isn&#8217;t working right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mortal from minsk</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3540</link>
		<dc:creator>Mortal from minsk</dc:creator>
		<pubDate>Mon, 21 Sep 2009 12:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3540</guid>
		<description>I&#039;m having a problem - when i type http://localhost i c welcome to framework, it&#039;s ok. but when i type http://localhost/index/index/ or http://localhost/index/ i c &#039;Not found - /index/index/ or /index/ is not found on the server. what&#039;s the problem is? thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a problem &#8211; when i type <a href="http://localhost" rel="nofollow">http://localhost</a> i c welcome to framework, it&#8217;s ok. but when i type <a href="http://localhost/index/index/" rel="nofollow">http://localhost/index/index/</a> or <a href="http://localhost/index/" rel="nofollow">http://localhost/index/</a> i c &#8216;Not found &#8211; /index/index/ or /index/ is not found on the server. what&#8217;s the problem is? thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Mintz</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3372</link>
		<dc:creator>David Mintz</dc:creator>
		<pubDate>Sun, 30 Aug 2009 19:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3372</guid>
		<description>Just sayin&#039;, follow the instructions like the man says. Follow them slavishly, step by step, one step at a time, your mind in a state of the purest possible single-pointed concentration... And make sure PHPUnit can find the bootstrap file in the location you tell it in phpunit.xml</description>
		<content:encoded><![CDATA[<p>Just sayin&#8217;, follow the instructions like the man says. Follow them slavishly, step by step, one step at a time, your mind in a state of the purest possible single-pointed concentration&#8230; And make sure PHPUnit can find the bootstrap file in the location you tell it in phpunit.xml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zend Application: Guía para empezar</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3371</link>
		<dc:creator>Zend Application: Guía para empezar</dc:creator>
		<pubDate>Sun, 30 Aug 2009 10:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3371</guid>
		<description>[...] Set up a Zend Framework application using Zend_Application (including PHPUnit setup) (Ingles, para mí el mejor. Tienes un Zip para descargar con la estructura y config ya echo) [...]</description>
		<content:encoded><![CDATA[<p>[...] Set up a Zend Framework application using Zend_Application (including PHPUnit setup) (Ingles, para mí el mejor. Tienes un Zip para descargar con la estructura y config ya echo) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yoursjzz</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3370</link>
		<dc:creator>yoursjzz</dc:creator>
		<pubDate>Sat, 29 Aug 2009 10:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3370</guid>
		<description>Do you mean I shpould copy the bootstrap.php from /application to /tests?
 Need your help.</description>
		<content:encoded><![CDATA[<p>Do you mean I shpould copy the bootstrap.php from /application to /tests?<br />
 Need your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Mintz</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3369</link>
		<dc:creator>David Mintz</dc:creator>
		<pubDate>Fri, 28 Aug 2009 21:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3369</guid>
		<description>@jazz

I had the same problem until I took another look and saw that i had placed my bootstrap file in tests/application rather than tests. 

HTH</description>
		<content:encoded><![CDATA[<p>@jazz</p>
<p>I had the same problem until I took another look and saw that i had placed my bootstrap file in tests/application rather than tests. </p>
<p>HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jazz</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3368</link>
		<dc:creator>jazz</dc:creator>
		<pubDate>Fri, 28 Aug 2009 15:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3368</guid>
		<description>hello ,I use WAMP and install in D:\www\wamp,then downloaded you code,but
D:\www\wamp\www&gt;phpunit --configuration zf_1.8b1_app\tests\phpunit.xml

Fatal error: Uncaught exception &#039;RuntimeException&#039; with message &#039;File &quot;&quot; does no
t exist.&#039; in D:\www\wamp\bin\php\php5.2.6\PEAR\PHPUnit\Util\Fileloader.php:116
Stack trace:
#0 D:\www\wamp\bin\php\php5.2.6\PEAR\PHPUnit\TextUI\Command.php(536): PHPUnit_Ut
il_Fileloader::load(&#039;./TestHelper.ph...&#039;)
#1 D:\www\wamp\bin\php\php5.2.6\PEAR\PHPUnit\TextUI\Command.php(74): PHPUnit_Tex
tUI_Command::handleArguments()
#2 D:\www\wamp\bin\php\php5.2.6\phpunit(52): PHPUnit_TextUI_Command::main()
#3 {main}
  thrown in D:\www\wamp\bin\php\php5.2.6\PEAR\PHPUnit\Util\Fileloader.php on lin
e 116

I do not know the reason, and  http://localhost/zf_1.8b1_app it can work.</description>
		<content:encoded><![CDATA[<p>hello ,I use WAMP and install in D:\www\wamp,then downloaded you code,but<br />
D:\www\wamp\www&gt;phpunit &#8211;configuration zf_1.8b1_app\tests\phpunit.xml</p>
<p>Fatal error: Uncaught exception &#8216;RuntimeException&#8217; with message &#8216;File &#8220;&#8221; does no<br />
t exist.&#8217; in D:\www\wamp\bin\php\php5.2.6\PEAR\PHPUnit\Util\Fileloader.php:116<br />
Stack trace:<br />
#0 D:\www\wamp\bin\php\php5.2.6\PEAR\PHPUnit\TextUI\Command.php(536): PHPUnit_Ut<br />
il_Fileloader::load(&#8216;./TestHelper.ph&#8230;&#8217;)<br />
#1 D:\www\wamp\bin\php\php5.2.6\PEAR\PHPUnit\TextUI\Command.php(74): PHPUnit_Tex<br />
tUI_Command::handleArguments()<br />
#2 D:\www\wamp\bin\php\php5.2.6\phpunit(52): PHPUnit_TextUI_Command::main()<br />
#3 {main}<br />
  thrown in D:\www\wamp\bin\php\php5.2.6\PEAR\PHPUnit\Util\Fileloader.php on lin<br />
e 116</p>
<p>I do not know the reason, and  <a href="http://localhost/zf_1.8b1_app" rel="nofollow">http://localhost/zf_1.8b1_app</a> it can work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP Podcasts &#187; Unit Testing with the Zend Framework with Zend_Test and PHPUnit</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3362</link>
		<dc:creator>PHP Podcasts &#187; Unit Testing with the Zend Framework with Zend_Test and PHPUnit</dc:creator>
		<pubDate>Wed, 26 Aug 2009 07:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3362</guid>
		<description>[...] Set up a Zend Framework application using Zend_Application (including PHPUnit setup) [...]</description>
		<content:encoded><![CDATA[<p>[...] Set up a Zend Framework application using Zend_Application (including PHPUnit setup) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3355</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Mon, 24 Aug 2009 13:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3355</guid>
		<description>@Yaroslaw Thank you for the translation and the info :)

-- Mathias</description>
		<content:encoded><![CDATA[<p>@Yaroslaw Thank you for the translation and the info <img src='http://maff.ailoo.net/wp-includes/images/smilies/happy.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8211; Mathias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaroslav Vorozhko</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3268</link>
		<dc:creator>Yaroslav Vorozhko</dc:creator>
		<pubDate>Thu, 13 Aug 2009 10:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3268</guid>
		<description>Hi Maff, great tutorial.
I am translated it to russian here http://pro100pro.com/nastraivaem-zend-application.
--
Thanks, Zend Framework Fan.</description>
		<content:encoded><![CDATA[<p>Hi Maff, great tutorial.<br />
I am translated it to russian here <a href="http://pro100pro.com/nastraivaem-zend-application" rel="nofollow">http://pro100pro.com/nastraivaem-zend-application</a>.<br />
&#8211;<br />
Thanks, Zend Framework Fan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angel</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3210</link>
		<dc:creator>Angel</dc:creator>
		<pubDate>Fri, 07 Aug 2009 17:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3210</guid>
		<description>Hi...great post! I was wondering if you can help me with something, I am having problems showing errors explicitly with your setup (even after setting phpSettings.display_startup_errors = 1 and phpSettings.display_errors = 1)

before i could get strict error output by using the script block below (but it doen&#039;nt work with your setup) :

// ERROR REPORTING
error_reporting(E_ALL&#124;E_STRICT);
ini_set(&#039;display_errors&#039;,&#039;on&#039;);

any help would be appreciated!</description>
		<content:encoded><![CDATA[<p>Hi&#8230;great post! I was wondering if you can help me with something, I am having problems showing errors explicitly with your setup (even after setting phpSettings.display_startup_errors = 1 and phpSettings.display_errors = 1)</p>
<p>before i could get strict error output by using the script block below (but it doen&#8217;nt work with your setup) :</p>
<p>// ERROR REPORTING<br />
error_reporting(E_ALL|E_STRICT);<br />
ini_set(&#8216;display_errors&#8217;,'on&#8217;);</p>
<p>any help would be appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mient-jan</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3133</link>
		<dc:creator>mient-jan</dc:creator>
		<pubDate>Tue, 21 Jul 2009 08:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3133</guid>
		<description>Best post ever. This realy helps a lot.</description>
		<content:encoded><![CDATA[<p>Best post ever. This realy helps a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://maff.ailoo.net/2009/04/set-up-a-zend-framework-application-using-zend_application-including-phpunit-setup/#comment-3108</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Tue, 14 Jul 2009 21:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=687#comment-3108</guid>
		<description>Hi Federico,

sorry, seems that I completely missed your comment. As far as I remember I took the rewrite rule either from the ZF docs or it was created by &lt;kbd&gt;Zend_Tool&lt;/kbd&gt;. What kind of rewrite rule do you use?</description>
		<content:encoded><![CDATA[<p>Hi Federico,</p>
<p>sorry, seems that I completely missed your comment. As far as I remember I took the rewrite rule either from the ZF docs or it was created by <kbd>Zend_Tool</kbd>. What kind of rewrite rule do you use?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
