<?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 DerEuroMark</title>
	<atom:link href="http://www.dereuromark.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dereuromark.de</link>
	<description>A blog about Frameworks (CakePHP), MVC, Snippets, Tips and more</description>
	<lastBuildDate>Mon, 06 Feb 2012 00:39:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Working with passwords in CakePHP by Mark</title>
		<link>http://www.dereuromark.de/2011/08/25/working-with-passwords-in-cakephp/comment-page-1/#comment-41169</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 06 Feb 2012 00:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereuromark.de/?p=1197#comment-41169</guid>
		<description>Maybe it has to do with the validation rules?
I only use the 2.x version nowadays. But it must be sth related to this.</description>
		<content:encoded><![CDATA[<p>Maybe it has to do with the validation rules?<br />
I only use the 2.x version nowadays. But it must be sth related to this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with passwords in CakePHP by Steve</title>
		<link>http://www.dereuromark.de/2011/08/25/working-with-passwords-in-cakephp/comment-page-1/#comment-41163</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 05 Feb 2012 21:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereuromark.de/?p=1197#comment-41163</guid>
		<description>I&#039;m trying to use the behavior with a registration form and have a problem.   If the entered pwd is shorter than the minimum length I get the following:

Notice (8): Undefined offset: 2 in [C:\wamp\www\cake_1_3\cake\libs\view\helpers\form.php, line  487

Things work as expected for valid password lengths, and when the pwd_repeat doesn&#039;t match. 

I&#039;m using cakephp 1.3.  

Any ideas what would cause this?</description>
		<content:encoded><![CDATA[<p>I&#039;m trying to use the behavior with a registration form and have a problem.   If the entered pwd is shorter than the minimum length I get the following:</p>
<p>Notice (8): Undefined offset: 2 in [C:\wamp\www\cake_1_3\cake\libs\view\helpers\form.php, line  487</p>
<p>Things work as expected for valid password lengths, and when the pwd_repeat doesn&#039;t match. </p>
<p>I&#039;m using cakephp 1.3.  </p>
<p>Any ideas what would cause this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GoogleMapsV3 CakePHP Helper by Mark</title>
		<link>http://www.dereuromark.de/2010/12/21/googlemapsv3-cakephp-helper/comment-page-1/#comment-40562</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 29 Jan 2012 18:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereuromark.de/?p=702#comment-40562</guid>
		<description>yes, that should definitely be possible - both ways you describe. I will look into that.</description>
		<content:encoded><![CDATA[<p>yes, that should definitely be possible &#8211; both ways you describe. I will look into that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GoogleMapsV3 CakePHP Helper by Charles Quenneville</title>
		<link>http://www.dereuromark.de/2010/12/21/googlemapsv3-cakephp-helper/comment-page-1/#comment-40559</link>
		<dc:creator>Charles Quenneville</dc:creator>
		<pubDate>Sun, 29 Jan 2012 17:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereuromark.de/?p=702#comment-40559</guid>
		<description>I&#039;m a beginner at the whole thing, so sorry if the question is obvious.
Is there a way to set the map&#039;s setting without having a config file for $config[&#039;Google&#039;]? I want to set the map&#039;s zoom level in the view. I tried 

{code type=php}
echo $this-&gt;GoogleMapV3-&gt;map(array(&#039;div&#039;=&gt;array(&#039;height&#039;=&gt;&#039;400&#039;, &#039;width&#039;=&gt;&#039;600&#039;), &#039;map&#039;=&gt;array(&#039;zoom&#039;=&gt;3))); 
{/code}
or Configure::write(&#039;Google.zoom&#039;, 3); just before invoking map but that value seems to be overwritten by _defaultOptions.
Thanks for the helper!</description>
		<content:encoded><![CDATA[<p>I&#039;m a beginner at the whole thing, so sorry if the question is obvious.<br />
Is there a way to set the map&#039;s setting without having a config file for $config[&#039;Google&#039;]? I want to set the map&#039;s zoom level in the view. I tried </p>
<pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">echo</span> <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">GoogleMapV3</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">map</span><span style="color: #009900;">&#40;</span><a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'div'</span><span style="color: #339933;">=&gt;</span>array<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'height'</span><span style="color: #339933;">=&gt;</span><span style="color: #0000ff;">'400'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'width'</span><span style="color: #339933;">=&gt;</span><span style="color: #0000ff;">'600'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'map'</span><span style="color: #339933;">=&gt;</span>array<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'zoom'</span><span style="color: #339933;">=&gt;</span><span style="color: #cc66cc;">3</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre>
<p>or Configure::write(&#039;Google.zoom&#039;, 3); just before invoking map but that value seems to be overwritten by _defaultOptions.<br />
Thanks for the helper!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP Security by Bryan</title>
		<link>http://www.dereuromark.de/2010/10/05/cakephp-security/comment-page-1/#comment-40416</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Fri, 27 Jan 2012 23:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereuromark.de/?p=551#comment-40416</guid>
		<description>Ah, good to know - thanks for the info!

I believe Rails recently changed their default behavior to html-escape in view.  It used to be you had to call an h() function, but in Rails 3 (and I think newer Rails 2.x) it&#039;s automatically escaped unless you call raw().

That might be nice for CakePHP as well.  Seems a little safer.  So, it would be great if  was escaped and  if I wanted the raw data output.</description>
		<content:encoded><![CDATA[<p>Ah, good to know &#8211; thanks for the info!</p>
<p>I believe Rails recently changed their default behavior to html-escape in view.  It used to be you had to call an h() function, but in Rails 3 (and I think newer Rails 2.x) it&#039;s automatically escaped unless you call raw().</p>
<p>That might be nice for CakePHP as well.  Seems a little safer.  So, it would be great if  was escaped and  if I wanted the raw data output.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GoogleMapsV3 CakePHP Helper by Heather</title>
		<link>http://www.dereuromark.de/2010/12/21/googlemapsv3-cakephp-helper/comment-page-1/#comment-40195</link>
		<dc:creator>Heather</dc:creator>
		<pubDate>Tue, 24 Jan 2012 22:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereuromark.de/?p=702#comment-40195</guid>
		<description>Using an array in map() worked for me.  Thank you.</description>
		<content:encoded><![CDATA[<p>Using an array in map() worked for me.  Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GoogleMapsV3 CakePHP Helper by Mark</title>
		<link>http://www.dereuromark.de/2010/12/21/googlemapsv3-cakephp-helper/comment-page-1/#comment-40185</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 24 Jan 2012 21:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereuromark.de/?p=702#comment-40185</guid>
		<description>did you try to set them via &quot;map&quot; key?
&#039;map&#039;=&gt;array(&#039;lat&#039;=&gt;..., &#039;lng&#039;=&gt;...)
?
you will need to show some code</description>
		<content:encoded><![CDATA[<p>did you try to set them via &quot;map&quot; key?<br />
&#039;map&#039;=&gt;array(&#039;lat&#039;=&gt;&#8230;, &#039;lng&#039;=&gt;&#8230;)<br />
?<br />
you will need to show some code</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GoogleMapsV3 CakePHP Helper by Heather</title>
		<link>http://www.dereuromark.de/2010/12/21/googlemapsv3-cakephp-helper/comment-page-1/#comment-40177</link>
		<dc:creator>Heather</dc:creator>
		<pubDate>Tue, 24 Jan 2012 19:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereuromark.de/?p=702#comment-40177</guid>
		<description>Mark, 
I am having trouble getting my $options array to work.   I can get a marker at the lat and lng I specify, but the map won&#039;t center over these coordinates, and it won&#039;t zoom to that level (it will work if I set them in the php file as a default so I know there is not a problem with my coordinates or zoom level).  It&#039;s like the options I set don&#039;t override the default values in the original helper file.  Any advice?</description>
		<content:encoded><![CDATA[<p>Mark,<br />
I am having trouble getting my $options array to work.   I can get a marker at the lat and lng I specify, but the map won&#039;t center over these coordinates, and it won&#039;t zoom to that level (it will work if I set them in the php file as a default so I know there is not a problem with my coordinates or zoom level).  It&#039;s like the options I set don&#039;t override the default values in the original helper file.  Any advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TinyAuth &#8211; The fastest and easiest authorization for Cake2 by Nitish</title>
		<link>http://www.dereuromark.de/2011/12/18/tinyauth-the-fastest-and-easiest-authorization-for-cake2/comment-page-1/#comment-40139</link>
		<dc:creator>Nitish</dc:creator>
		<pubDate>Tue, 24 Jan 2012 10:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereuromark.de/?p=1423#comment-40139</guid>
		<description>Actually .. Something like the book tutorial - http://book.cakephp.org/2.0/en/tutorials-and-examples/simple-acl-controlled-application/simple-acl-controlled-application.html, will be really good :)</description>
		<content:encoded><![CDATA[<p>Actually .. Something like the book tutorial &#8211; <a href="http://book.cakephp.org/2.0/en/tutorials-and-examples/simple-acl-controlled-application/simple-acl-controlled-application.html" rel="nofollow">http://book.cakephp.org/2.0/en/tutorials-and-examples/simple-acl-controlled-application/simple-acl-controlled-application.html</a>, will be really good <img src='http://www.dereuromark.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TinyAuth &#8211; The fastest and easiest authorization for Cake2 by Nitish</title>
		<link>http://www.dereuromark.de/2011/12/18/tinyauth-the-fastest-and-easiest-authorization-for-cake2/comment-page-1/#comment-40135</link>
		<dc:creator>Nitish</dc:creator>
		<pubDate>Tue, 24 Jan 2012 10:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereuromark.de/?p=1423#comment-40135</guid>
		<description>Hey Mark, 

Thanks for the good work.

I am saying its good, because it looks like that &amp; you won&#039;t claim it being the fastest &amp; easiest..

I am a newbie in Cake, I have setup cake2.0 &amp; I tried to follow your instructions but like &quot;Matt&quot; said, you can still make the tutorial more clear &amp; to the point &amp; step by step. I got confused at points like -

&quot;If you don’t want this, use Configure to store your keys like so:&quot;

I took some time to figure out that I need to do this in bootstrap file using Configure::write.. I am still not sure if this is the right way.. 

Basically, steps starting from we downloading cake &amp; till the point where we are ready with a basic setup will be something that will help this a lot

Thanks &amp; Hoping you help me out</description>
		<content:encoded><![CDATA[<p>Hey Mark, </p>
<p>Thanks for the good work.</p>
<p>I am saying its good, because it looks like that &amp;amp; you won&#039;t claim it being the fastest &amp;amp; easiest..</p>
<p>I am a newbie in Cake, I have setup cake2.0 &amp;amp; I tried to follow your instructions but like &quot;Matt&quot; said, you can still make the tutorial more clear &amp;amp; to the point &amp;amp; step by step. I got confused at points like -</p>
<p>&quot;If you don’t want this, use Configure to store your keys like so:&quot;</p>
<p>I took some time to figure out that I need to do this in bootstrap file using Configure::write.. I am still not sure if this is the right way.. </p>
<p>Basically, steps starting from we downloading cake &amp;amp; till the point where we are ready with a basic setup will be something that will help this a lot</p>
<p>Thanks &amp;amp; Hoping you help me out</p>
]]></content:encoded>
	</item>
</channel>
</rss>

