<?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: Creating clean SEO urls in symfony</title>
	<atom:link href="http://blog.rajatpandit.com/2008/06/18/creating-clean-seo-urls-in-symfony/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rajatpandit.com/2008/06/18/creating-clean-seo-urls-in-symfony/</link>
	<description>Thoughts on Web Development, Infrastructure and Application Scalability</description>
	<lastBuildDate>Thu, 22 Dec 2011 14:24:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: leonardo</title>
		<link>http://blog.rajatpandit.com/2008/06/18/creating-clean-seo-urls-in-symfony/comment-page-1/#comment-704</link>
		<dc:creator>leonardo</dc:creator>
		<pubDate>Sat, 11 Apr 2009 16:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=26#comment-704</guid>
		<description>public function setName($v)
  {
    include_once(&#039;lib/helper/CustomHelper.php&#039;);
    parent::setName($v);
    $this-&gt;setStrippedName(stripText($v));
  }

don&#039;t know why,with this I am getting infinite recursive calls.

any ideas?</description>
		<content:encoded><![CDATA[<p>public function setName($v)<br />
  {<br />
    include_once(&#8216;lib/helper/CustomHelper.php&#8217;);<br />
    parent::setName($v);<br />
    $this-&gt;setStrippedName(stripText($v));<br />
  }</p>
<p>don&#8217;t know why,with this I am getting infinite recursive calls.</p>
<p>any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johny</title>
		<link>http://blog.rajatpandit.com/2008/06/18/creating-clean-seo-urls-in-symfony/comment-page-1/#comment-198</link>
		<dc:creator>Johny</dc:creator>
		<pubDate>Mon, 28 Jul 2008 13:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=26#comment-198</guid>
		<description>Well looks nice but saves no work for me, i have to add the name character even to any link i do.
Even selecting the Selection of University is getting less nice cause of using name und not just simply retriving by PK.
I think better way would be to change the stuff to using primary key and force linking with name, maybe i gonna try something and post it if i succeed.</description>
		<content:encoded><![CDATA[<p>Well looks nice but saves no work for me, i have to add the name character even to any link i do.<br />
Even selecting the Selection of University is getting less nice cause of using name und not just simply retriving by PK.<br />
I think better way would be to change the stuff to using primary key and force linking with name, maybe i gonna try something and post it if i succeed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

