<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for jonocode - a developer&#039;s blog</title>
	<atom:link href="http://jonocode.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonocode.wordpress.com</link>
	<description>PHP, MySQL, CSS, javascript, HTML, symfony, jQuery, the list goes on...</description>
	<lastBuildDate>Wed, 18 Nov 2009 10:35:49 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to add image uploading to your forms with Symfony 1.2 and Doctrine, from beginning to end by simis</title>
		<link>http://jonocode.wordpress.com/2009/07/31/how-to-add-image-uploading-to-your-forms-with-symfony-1-2-and-doctrine-from-beginning-to-end/#comment-184</link>
		<dc:creator>simis</dc:creator>
		<pubDate>Wed, 18 Nov 2009 10:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://jonocode.wordpress.com/?p=97#comment-184</guid>
		<description>solved , that was my mistake, this script is very good tnx.
The problem now is the file name, it&#039;s the coded one...</description>
		<content:encoded><![CDATA[<p>solved , that was my mistake, this script is very good tnx.<br />
The problem now is the file name, it&#8217;s the coded one&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to add image uploading to your forms with Symfony 1.2 and Doctrine, from beginning to end by simis</title>
		<link>http://jonocode.wordpress.com/2009/07/31/how-to-add-image-uploading-to-your-forms-with-symfony-1-2-and-doctrine-from-beginning-to-end/#comment-183</link>
		<dc:creator>simis</dc:creator>
		<pubDate>Wed, 18 Nov 2009 10:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://jonocode.wordpress.com/?p=97#comment-183</guid>
		<description>i got this error , any idea ?
Fatal error: Call to a member function beginTransaction() on a non-object in F:\lavoro\WEB\hotel\lib\vendor\symfony\lib\plugins\sfDoctrinePlugin\lib\form\sfFormDoctrine.class.php on line 177</description>
		<content:encoded><![CDATA[<p>i got this error , any idea ?<br />
Fatal error: Call to a member function beginTransaction() on a non-object in F:\lavoro\WEB\hotel\lib\vendor\symfony\lib\plugins\sfDoctrinePlugin\lib\form\sfFormDoctrine.class.php on line 177</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Securing multi-user CRUD operations through the myUser class in Symfony by mades</title>
		<link>http://jonocode.wordpress.com/2009/08/17/securing-multi-user-crud-operations-through-the-myuser-class-in-symfony/#comment-182</link>
		<dc:creator>mades</dc:creator>
		<pubDate>Sat, 07 Nov 2009 23:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://jonocode.wordpress.com/?p=118#comment-182</guid>
		<description>You are right! the preexecute</description>
		<content:encoded><![CDATA[<p>You are right! the preexecute</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Giving your symfony apps better urls by Rodrigo</title>
		<link>http://jonocode.wordpress.com/2009/09/30/giving-your-symfony-apps-better-urls/#comment-175</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Thu, 22 Oct 2009 11:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://jonocode.wordpress.com/?p=127#comment-175</guid>
		<description>I answer myself.

Replace 
# no, so we redirect to one of our web controllers
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$  index.php [QSA,L]


With

# no, so we redirect to one of our web controllers
# 1) /admin =&gt; backend controller
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^admin(.*)$  backend.php [QSA,L]

# 2) other =&gt; frontend controller
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]</description>
		<content:encoded><![CDATA[<p>I answer myself.</p>
<p>Replace<br />
# no, so we redirect to one of our web controllers<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteRule ^(.*)$  index.php [QSA,L]</p>
<p>With</p>
<p># no, so we redirect to one of our web controllers<br />
# 1) /admin =&gt; backend controller<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteRule ^admin(.*)$  backend.php [QSA,L]</p>
<p># 2) other =&gt; frontend controller<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteRule ^(.*)$ index.php [QSA,L]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Giving your symfony apps better urls by Rodrigo</title>
		<link>http://jonocode.wordpress.com/2009/09/30/giving-your-symfony-apps-better-urls/#comment-171</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Wed, 21 Oct 2009 17:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://jonocode.wordpress.com/?p=127#comment-171</guid>
		<description>Could you please type the rule for directory version?? www.mysite.com/admin
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Could you please type the rule for directory version?? <a href="http://www.mysite.com/admin" rel="nofollow">http://www.mysite.com/admin</a><br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Giving your symfony apps better urls by Ivan</title>
		<link>http://jonocode.wordpress.com/2009/09/30/giving-your-symfony-apps-better-urls/#comment-159</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Sat, 03 Oct 2009 18:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://jonocode.wordpress.com/?p=127#comment-159</guid>
		<description>I usually do it only modifying the .htaccess adding a rule before the last one like this

RewriteCond %{HTTP_HOST} ^backend\.(.*)$
RewriteRule ^.*$ backend.php [QSA,L]
 
This one is for subdomains backend.mysite.com  but it could be also modified for /backend</description>
		<content:encoded><![CDATA[<p>I usually do it only modifying the .htaccess adding a rule before the last one like this</p>
<p>RewriteCond %{HTTP_HOST} ^backend\.(.*)$<br />
RewriteRule ^.*$ backend.php [QSA,L]</p>
<p>This one is for subdomains backend.mysite.com  but it could be also modified for /backend</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disabling the submit button with jQuery to prevent extra submissions by Philipp</title>
		<link>http://jonocode.wordpress.com/2009/09/29/disabling-the-submit-button-with-jquery-to-prevent-extra-submissions/#comment-155</link>
		<dc:creator>Philipp</dc:creator>
		<pubDate>Tue, 29 Sep 2009 11:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://jonocode.wordpress.com/?p=125#comment-155</guid>
		<description>The best possible server side solution is using form tokens. I&#039;ve written an article in my blog - but it&#039;s in German: http://tinyurl.com/yb6e9tq But you know what you&#039;re looking for now: form tokens.</description>
		<content:encoded><![CDATA[<p>The best possible server side solution is using form tokens. I&#8217;ve written an article in my blog &#8211; but it&#8217;s in German: <a href="http://tinyurl.com/yb6e9tq" rel="nofollow">http://tinyurl.com/yb6e9tq</a> But you know what you&#8217;re looking for now: form tokens.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to add image uploading to your forms with Symfony 1.2 and Doctrine, from beginning to end by Dragos</title>
		<link>http://jonocode.wordpress.com/2009/07/31/how-to-add-image-uploading-to-your-forms-with-symfony-1-2-and-doctrine-from-beginning-to-end/#comment-154</link>
		<dc:creator>Dragos</dc:creator>
		<pubDate>Tue, 29 Sep 2009 08:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://jonocode.wordpress.com/?p=97#comment-154</guid>
		<description>Thank you for this tutorial!</description>
		<content:encoded><![CDATA[<p>Thank you for this tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Country codes in YAML format by jjmontgo</title>
		<link>http://jonocode.wordpress.com/2009/09/20/country-codes-in-yaml-format/#comment-153</link>
		<dc:creator>jjmontgo</dc:creator>
		<pubDate>Mon, 28 Sep 2009 12:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://jonocode.wordpress.com/?p=121#comment-153</guid>
		<description>Eeep!  Even with double quotes around it?</description>
		<content:encoded><![CDATA[<p>Eeep!  Even with double quotes around it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Country codes in YAML format by Fabian</title>
		<link>http://jonocode.wordpress.com/2009/09/20/country-codes-in-yaml-format/#comment-152</link>
		<dc:creator>Fabian</dc:creator>
		<pubDate>Mon, 28 Sep 2009 07:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://jonocode.wordpress.com/?p=121#comment-152</guid>
		<description>Watch out, only the symfony 1.3 yaml will be able to parse this list correctly. older versions use yaml standard 1.1 which will make &quot;NO&quot; -&gt; &quot;false&quot; (poor norwegians)</description>
		<content:encoded><![CDATA[<p>Watch out, only the symfony 1.3 yaml will be able to parse this list correctly. older versions use yaml standard 1.1 which will make &#8220;NO&#8221; -&gt; &#8220;false&#8221; (poor norwegians)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
