<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Automagically setting user ID of record creator and modifier in CakePHP 1.2</title>
	<link>http://blog.loadsys.com/2008/05/02/automagically-setting-user-id-of-record-creator-and-modifier-in-cakephp-12/</link>
	<description>A Web Development Company Specializing In Standard-Based Web Design and the CakePHP Framework.</description>
	<pubDate>Fri, 05 Sep 2008 16:30:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Brett H</title>
		<link>http://blog.loadsys.com/2008/05/02/automagically-setting-user-id-of-record-creator-and-modifier-in-cakephp-12/#comment-2213</link>
		<dc:creator>Brett H</dc:creator>
		<pubDate>Thu, 17 Jul 2008 02:56:54 +0000</pubDate>
		<guid>http://blog.loadsys.com/2008/05/02/automagically-setting-user-id-of-record-creator-and-modifier-in-cakephp-12/#comment-2213</guid>
		<description>Nevermind. It seems I was loading Auth as well as LoadsysAuth in my app controller causing the conflicts. $this-&#62;LoadsysAuth-&#62;allow() now works fine.</description>
		<content:encoded><![CDATA[<p>Nevermind. It seems I was loading Auth as well as LoadsysAuth in my app controller causing the conflicts. $this-&gt;LoadsysAuth-&gt;allow() now works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett H</title>
		<link>http://blog.loadsys.com/2008/05/02/automagically-setting-user-id-of-record-creator-and-modifier-in-cakephp-12/#comment-2212</link>
		<dc:creator>Brett H</dc:creator>
		<pubDate>Thu, 17 Jul 2008 01:39:23 +0000</pubDate>
		<guid>http://blog.loadsys.com/2008/05/02/automagically-setting-user-id-of-record-creator-and-modifier-in-cakephp-12/#comment-2212</guid>
		<description>Actually, on closer inspection this seems to break other parts of the Auth component as well. $this-&#62;Auth-&#62;allow() ceases to work when this component is loaded as well as the double hashing of passwords as mentioned above. Does the author or anyone else have a possible solution to this?</description>
		<content:encoded><![CDATA[<p>Actually, on closer inspection this seems to break other parts of the Auth component as well. $this-&gt;Auth-&gt;allow() ceases to work when this component is loaded as well as the double hashing of passwords as mentioned above. Does the author or anyone else have a possible solution to this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett H</title>
		<link>http://blog.loadsys.com/2008/05/02/automagically-setting-user-id-of-record-creator-and-modifier-in-cakephp-12/#comment-2210</link>
		<dc:creator>Brett H</dc:creator>
		<pubDate>Thu, 17 Jul 2008 00:39:22 +0000</pubDate>
		<guid>http://blog.loadsys.com/2008/05/02/automagically-setting-user-id-of-record-creator-and-modifier-in-cakephp-12/#comment-2210</guid>
		<description>This is a *really* nice component. I did have a problem with this in that my passwords were being double hashed by the Auth component. The solution was to only load this component in the controllers I'd be using it in.</description>
		<content:encoded><![CDATA[<p>This is a *really* nice component. I did have a problem with this in that my passwords were being double hashed by the Auth component. The solution was to only load this component in the controllers I&#8217;d be using it in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://blog.loadsys.com/2008/05/02/automagically-setting-user-id-of-record-creator-and-modifier-in-cakephp-12/#comment-1579</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Wed, 07 May 2008 15:12:12 +0000</pubDate>
		<guid>http://blog.loadsys.com/2008/05/02/automagically-setting-user-id-of-record-creator-and-modifier-in-cakephp-12/#comment-1579</guid>
		<description>Thanks for this article. 
It would be a good suggestion to add it to the core imho.</description>
		<content:encoded><![CDATA[<p>Thanks for this article.<br />
It would be a good suggestion to add it to the core imho.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhimanyu Grover</title>
		<link>http://blog.loadsys.com/2008/05/02/automagically-setting-user-id-of-record-creator-and-modifier-in-cakephp-12/#comment-1511</link>
		<dc:creator>Abhimanyu Grover</dc:creator>
		<pubDate>Fri, 02 May 2008 21:13:22 +0000</pubDate>
		<guid>http://blog.loadsys.com/2008/05/02/automagically-setting-user-id-of-record-creator-and-modifier-in-cakephp-12/#comment-1511</guid>
		<description>Nice... I've been using a very similar trick from long time. Its really amazing that once you start developing keeping reusability in mind, you start producing some great code. I liked the idea of overloading of the component.</description>
		<content:encoded><![CDATA[<p>Nice&#8230; I&#8217;ve been using a very similar trick from long time. Its really amazing that once you start developing keeping reusability in mind, you start producing some great code. I liked the idea of overloading of the component.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
