<?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 for Web Development &amp; Stuff</title>
	<atom:link href="http://web-development-blog.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://web-development-blog.co.uk</link>
	<description>Some interesting findings from web-dev land...</description>
	<lastBuildDate>Sun, 08 Apr 2012 19:39:13 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on File uploads to PHP scripts hang in Safari bug by Alex</title>
		<link>http://web-development-blog.co.uk/2010/06/15/file-uploads-to-php-scripts-hang-in-safari-bug/comment-page-1/#comment-6418</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 08 Apr 2012 19:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://web-development-blog.co.uk/?p=354#comment-6418</guid>
		<description>Yep, that&#039;s the ticket. Works for me.</description>
		<content:encoded><![CDATA[<p>Yep, that&#8217;s the ticket. Works for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP virtual field count another model/table by Oleg Gordon</title>
		<link>http://web-development-blog.co.uk/2011/03/08/cakephp-virtual-field-count-another-modeltable/comment-page-1/#comment-6404</link>
		<dc:creator>Oleg Gordon</dc:creator>
		<pubDate>Tue, 07 Feb 2012 22:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://web-development-blog.co.uk/?p=428#comment-6404</guid>
		<description>Thanks! I was trying to do a similar thing, but had trouble getting the query right. Your example definitely helped.</description>
		<content:encoded><![CDATA[<p>Thanks! I was trying to do a similar thing, but had trouble getting the query right. Your example definitely helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP virtual field count another model/table by Angad</title>
		<link>http://web-development-blog.co.uk/2011/03/08/cakephp-virtual-field-count-another-modeltable/comment-page-1/#comment-6403</link>
		<dc:creator>Angad</dc:creator>
		<pubDate>Thu, 26 Jan 2012 20:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://web-development-blog.co.uk/?p=428#comment-6403</guid>
		<description>Thanks, really helped me a lot. Would like to point out that a major limitation of virtual fields is that those of associated models cannot be used in find conditions or sort in a find() call. You have to either make a separate $this-&gt;AssocModel-&gt;find() call so that it&#039;s $virtualFields variable is appropriately used. Alternatively you can $this-&gt;virtualFields = $this-&gt;AssocModel-&gt;virtualFields but in most cases, this results in AssocModel.id column not found error (to start with, since it can&#039;t see any columns of the associated model).</description>
		<content:encoded><![CDATA[<p>Thanks, really helped me a lot. Would like to point out that a major limitation of virtual fields is that those of associated models cannot be used in find conditions or sort in a find() call. You have to either make a separate $this-&gt;AssocModel-&gt;find() call so that it&#8217;s $virtualFields variable is appropriately used. Alternatively you can $this-&gt;virtualFields = $this-&gt;AssocModel-&gt;virtualFields but in most cases, this results in AssocModel.id column not found error (to start with, since it can&#8217;t see any columns of the associated model).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a smarty variable inside a template &#8211; allowing concatenation by MBraiN</title>
		<link>http://web-development-blog.co.uk/2009/04/14/create-a-smarty-variable-inside-a-template-allowing-concatenation/comment-page-1/#comment-6401</link>
		<dc:creator>MBraiN</dc:creator>
		<pubDate>Tue, 17 Jan 2012 16:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://web-development-blog.co.uk/?p=145#comment-6401</guid>
		<description>Thank you! I couldn&#039;t find this in Smarty&#039;s documentation.</description>
		<content:encoded><![CDATA[<p>Thank you! I couldn&#8217;t find this in Smarty&#8217;s documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reset PHP array key values by judhisthira Sahoo</title>
		<link>http://web-development-blog.co.uk/2009/05/16/reset-php-array-key-values/comment-page-1/#comment-6391</link>
		<dc:creator>judhisthira Sahoo</dc:creator>
		<pubDate>Wed, 07 Dec 2011 12:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://web-development-blog.co.uk/?p=161#comment-6391</guid>
		<description>Good article..
Very helpful any php programmer..
Thanks your once again.</description>
		<content:encoded><![CDATA[<p>Good article..<br />
Very helpful any php programmer..<br />
Thanks your once again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reload bash_profile / profile without starting a new shell session by Richard Smith</title>
		<link>http://web-development-blog.co.uk/2009/03/04/reload-bash_profile-profile-without-starting-a-new-shell-session/comment-page-1/#comment-6385</link>
		<dc:creator>Richard Smith</dc:creator>
		<pubDate>Mon, 14 Nov 2011 10:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://web-development-blog.co.uk/?p=89#comment-6385</guid>
		<description>Superb, thanks just saved me a lot of time setting up a Ruby environment for my zsh sessions</description>
		<content:encoded><![CDATA[<p>Superb, thanks just saved me a lot of time setting up a Ruby environment for my zsh sessions</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reload bash_profile / profile without starting a new shell session by Nate</title>
		<link>http://web-development-blog.co.uk/2009/03/04/reload-bash_profile-profile-without-starting-a-new-shell-session/comment-page-1/#comment-6380</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Thu, 08 Sep 2011 03:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://web-development-blog.co.uk/?p=89#comment-6380</guid>
		<description>Hmm... it was &quot;source ~/.bashrc&quot; for me in a Ubuntu shell.

You got me on the right path at least, Thanks!</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; it was &#8220;source ~/.bashrc&#8221; for me in a Ubuntu shell.</p>
<p>You got me on the right path at least, Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP Auth component conditions/conditional login by admin</title>
		<link>http://web-development-blog.co.uk/2009/11/06/cakephp-auth-component-conditions-conditional-login/comment-page-1/#comment-6379</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 27 Aug 2011 10:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://web-development-blog.co.uk/?p=226#comment-6379</guid>
		<description>Wherever you&#039;re configuring Auth.

In my apps, I do that in the app controller beforeFilter. Usually as one of the first calls in that method. As I want authentication to apply to the entire application.</description>
		<content:encoded><![CDATA[<p>Wherever you&#8217;re configuring Auth.</p>
<p>In my apps, I do that in the app controller beforeFilter. Usually as one of the first calls in that method. As I want authentication to apply to the entire application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP Auth component conditions/conditional login by namita</title>
		<link>http://web-development-blog.co.uk/2009/11/06/cakephp-auth-component-conditions-conditional-login/comment-page-1/#comment-6378</link>
		<dc:creator>namita</dc:creator>
		<pubDate>Sat, 27 Aug 2011 10:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://web-development-blog.co.uk/?p=226#comment-6378</guid>
		<description>Where do i put this line</description>
		<content:encoded><![CDATA[<p>Where do i put this line</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL indexes &#8211; query performance increase by Lynsey</title>
		<link>http://web-development-blog.co.uk/2009/02/25/mysql-indexes-query-performance-increase/comment-page-1/#comment-6371</link>
		<dc:creator>Lynsey</dc:creator>
		<pubDate>Tue, 02 Aug 2011 08:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://web-development-blog.co.uk/?p=76#comment-6371</guid>
		<description>There are no words to describe how bodcoaius this is.</description>
		<content:encoded><![CDATA[<p>There are no words to describe how bodcoaius this is.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

