<?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"
	>
<channel>
	<title>Comments for Building Sample Web Site Based On Zend Framework (examples for user registration and login)</title>
	<atom:link href="http://zfsite.andreinikolov.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://zfsite.andreinikolov.com</link>
	<description>Series of articles describing step by step building of example php application (web site) based on Zend Framework.</description>
	<pubDate>Sat, 22 Nov 2008 02:01:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Part 4 - Zend_Form, CAPTCHA, Password Confirmation, Date selector field, Zend_Translate by viperx</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-4-zend_form-captcha-password-confirmation-date-selector-field-zend_translate/#comment-250</link>
		<dc:creator>viperx</dc:creator>
		<pubDate>Wed, 19 Nov 2008 14:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=8#comment-250</guid>
		<description>Hi Ahmed, 

by changing the bootstrap file may be you have changed something from the directory structure we use. What I have used is just an example and possible kick-start scenario, but you should understand all aspects of how zend framework front controller work, what are modules and how to use them to divide your action controller, what are the possible ways to organize your directory structure and then you will have the possibility to choose which directory structure is best for your needs and you will be able to configure zend framework correct to use your desired directory structure. 

What is strange in your example is the URL:
my_web_app_dir/public/user/login
why is this /public/ there?</description>
		<content:encoded><![CDATA[<p>Hi Ahmed, </p>
<p>by changing the bootstrap file may be you have changed something from the directory structure we use. What I have used is just an example and possible kick-start scenario, but you should understand all aspects of how zend framework front controller work, what are modules and how to use them to divide your action controller, what are the possible ways to organize your directory structure and then you will have the possibility to choose which directory structure is best for your needs and you will be able to configure zend framework correct to use your desired directory structure. </p>
<p>What is strange in your example is the URL:<br />
my_web_app_dir/public/user/login<br />
why is this /public/ there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Part 3 - making sessions work with database using Zend_Db_Table by viperx</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-3-making-sessions-work-with-database-using-zend_db_table/#comment-248</link>
		<dc:creator>viperx</dc:creator>
		<pubDate>Wed, 19 Nov 2008 14:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=7#comment-248</guid>
		<description>make the path to the css files absolute and it will be ok, so:
&lt;link href="/file.css" ...
instead of 
&lt;link href="file.css" ...</description>
		<content:encoded><![CDATA[<p>make the path to the css files absolute and it will be ok, so:
<link href=&#8221;/file.css&#8221; &#8230;<br />
instead of
<link href=&#8221;file.css&#8221; &#8230;<br /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Part 4 - Zend_Form, CAPTCHA, Password Confirmation, Date selector field, Zend_Translate by Ahmed El Talkhawy</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-4-zend_form-captcha-password-confirmation-date-selector-field-zend_translate/#comment-246</link>
		<dc:creator>Ahmed El Talkhawy</dc:creator>
		<pubDate>Wed, 19 Nov 2008 12:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=8#comment-246</guid>
		<description>When i point the browser to
my_web_app_dir/public/user/login

i see that it almost dump the UserController.php, and give me exception
Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller class ("UserController")' in C:\wamp\www\library\Zend\Controller\Dispatcher\Standard.php:345 Stack trace: #0 C:\wamp\www\library\Zend\Controller\Dispatcher\Standard.php(255): Zend_Controller_Dispatcher_Standard-&#62;loadClass('UserController') #1 C:\wamp\www\library\Zend\Controller\Front.php(934): Zend_Controller_Dispatcher_Standard-&#62;dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #2 C:\wamp\www\test\zend\test02\application\bootstrap.php(105): Zend_Controller_Front-&#62;dispatch() #3 C:\wamp\www\test\zend\test02\public\index.php(3): require('C:\wamp\www\tes...') #4 {main} thrown in C:\wamp\www\library\Zend\Controller\Dispatcher\Standard.php on line 345
why did i have this error although i have modified only the configuration and bootstrap files to a?</description>
		<content:encoded><![CDATA[<p>When i point the browser to<br />
my_web_app_dir/public/user/login</p>
<p>i see that it almost dump the UserController.php, and give me exception<br />
Fatal error: Uncaught exception &#8216;Zend_Controller_Dispatcher_Exception&#8217; with message &#8216;Invalid controller class (&#8221;UserController&#8221;)&#8217; in C:\wamp\www\library\Zend\Controller\Dispatcher\Standard.php:345 Stack trace: #0 C:\wamp\www\library\Zend\Controller\Dispatcher\Standard.php(255): Zend_Controller_Dispatcher_Standard-&gt;loadClass(&#8217;UserController&#8217;) #1 C:\wamp\www\library\Zend\Controller\Front.php(934): Zend_Controller_Dispatcher_Standard-&gt;dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #2 C:\wamp\www\test\zend\test02\application\bootstrap.php(105): Zend_Controller_Front-&gt;dispatch() #3 C:\wamp\www\test\zend\test02\public\index.php(3): require(&#8217;C:\wamp\www\tes&#8230;&#8217;) #4 {main} thrown in C:\wamp\www\library\Zend\Controller\Dispatcher\Standard.php on line 345<br />
why did i have this error although i have modified only the configuration and bootstrap files to a?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Part 3 - making sessions work with database using Zend_Db_Table by Ahmed El Talkhawy</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-3-making-sessions-work-with-database-using-zend_db_table/#comment-244</link>
		<dc:creator>Ahmed El Talkhawy</dc:creator>
		<pubDate>Wed, 19 Nov 2008 09:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=7#comment-244</guid>
		<description>Very good tutorial, i liked it very much.

I have noticed that when i point the browser to
"test" it works as expected and when i point it to "test/" with the trailing slash it removes the CSS styles, why is that ?</description>
		<content:encoded><![CDATA[<p>Very good tutorial, i liked it very much.</p>
<p>I have noticed that when i point the browser to<br />
&#8220;test&#8221; it works as expected and when i point it to &#8220;test/&#8221; with the trailing slash it removes the CSS styles, why is that ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Part 3 - making sessions work with database using Zend_Db_Table by viperx</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-3-making-sessions-work-with-database-using-zend_db_table/#comment-229</link>
		<dc:creator>viperx</dc:creator>
		<pubDate>Wed, 12 Nov 2008 17:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=7#comment-229</guid>
		<description>Hi sumbul,
I can't think of a reason why you got redirected to index.. when you open /test or /test/index you should see the test page</description>
		<content:encoded><![CDATA[<p>Hi sumbul,<br />
I can&#8217;t think of a reason why you got redirected to index.. when you open /test or /test/index you should see the test page</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Part 2 - setting up the project and actual start of coding :) by viperx</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-2-setting-up-the-project-and-actual-start-of-coding/#comment-228</link>
		<dc:creator>viperx</dc:creator>
		<pubDate>Wed, 12 Nov 2008 17:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=5#comment-228</guid>
		<description>Hi Joerg, sorry for my late answer

no particular reason for this - just a coding style..</description>
		<content:encoded><![CDATA[<p>Hi Joerg, sorry for my late answer</p>
<p>no particular reason for this - just a coding style..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Part 1 - The idea, the planning and other starting stuff by diamondtearz</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-1-the-idea-the-planning-and-other-starting-stuff/#comment-211</link>
		<dc:creator>diamondtearz</dc:creator>
		<pubDate>Mon, 03 Nov 2008 19:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=4#comment-211</guid>
		<description>Pradaic Brady's tutorial is back online!!</description>
		<content:encoded><![CDATA[<p>Pradaic Brady&#8217;s tutorial is back online!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Part 3 - making sessions work with database using Zend_Db_Table by sumbul</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-3-making-sessions-work-with-database-using-zend_db_table/#comment-208</link>
		<dc:creator>sumbul</dc:creator>
		<pubDate>Sat, 01 Nov 2008 10:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=7#comment-208</guid>
		<description>Nice post,
It seemed fine till the part 2 but in this part testController is redirecting me to index action instead of its own. Thus, instead of the session values I am getting the index/index.phtml content. It is actually not entering the class "TestController extends Zend_Controller_Action" 
Plz help</description>
		<content:encoded><![CDATA[<p>Nice post,<br />
It seemed fine till the part 2 but in this part testController is redirecting me to index action instead of its own. Thus, instead of the session values I am getting the index/index.phtml content. It is actually not entering the class &#8220;TestController extends Zend_Controller_Action&#8221;<br />
Plz help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Part 2 - setting up the project and actual start of coding :) by Joerg</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-2-setting-up-the-project-and-actual-start-of-coding/#comment-207</link>
		<dc:creator>Joerg</dc:creator>
		<pubDate>Fri, 31 Oct 2008 18:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=5#comment-207</guid>
		<description>Hi, Andrei,

thank you very much for your great tutorial.

Could you please explain me, why you use the Registry::set method static and not as $registry-&#62;set()?</description>
		<content:encoded><![CDATA[<p>Hi, Andrei,</p>
<p>thank you very much for your great tutorial.</p>
<p>Could you please explain me, why you use the Registry::set method static and not as $registry-&gt;set()?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Part 6 - (Very) Simple ACL plugin and simple AJAX with JQuery by viperx</title>
		<link>http://zfsite.andreinikolov.com/2008/08/part-6-very-simple-acl-plugin-and-simple-ajax-with-jquery/#comment-190</link>
		<dc:creator>viperx</dc:creator>
		<pubDate>Fri, 17 Oct 2008 14:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=14#comment-190</guid>
		<description>Hi Ryan.
I strongly reccomned you to make a virtual host for your zend framework project. If you really have to run it from subdirectory, please make sure all the links are relative and not absolute (so without / in front). 

the main page of the project is not the bootstrap.php file but the index.php in the public directory</description>
		<content:encoded><![CDATA[<p>Hi Ryan.<br />
I strongly reccomned you to make a virtual host for your zend framework project. If you really have to run it from subdirectory, please make sure all the links are relative and not absolute (so without / in front). </p>
<p>the main page of the project is not the bootstrap.php file but the index.php in the public directory</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.914 seconds -->
