<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>CakePHP Google Group</title>
  <link>http://groups.google.com.ar/group/cake-php</link>
  <description>Search this group before posting anything it&amp;#39;s very likely your question has already been answered. Checkout the new CakePHP Questions site: http://cakeqs.org Visit the IRC channel #cakephp at irc.freenode.net. This group is moderated, so please be patient if you are new member. </description>
  <language>en</language>
  <item>
  <title>About Security:cipher and Suhosin patch</title>
  <link>http://groups.google.com.ar/group/cake-php/browse_thread/thread/07e6cda2e03a7c54/b685c58394d86f50?show_docid=b685c58394d86f50</link>
  <description>
  Hi, &lt;br&gt; I was playing with cookies in my CakePHP powered LAMP box with the &lt;br&gt; Suhosin security patch, and I dicovered (better late than never) than &lt;br&gt; Suhosin add a srand() call before any rand(), so decrypt any text with &lt;br&gt; Security:cipher simply doesn&#39;t work. Thinking about that, maybe the &lt;br&gt; use of srand() and rand() in cipher method is wrong because is a hack
  </description>
  <guid isPermaLink="true">http://groups.google.com.ar/group/cake-php/browse_thread/thread/07e6cda2e03a7c54/b685c58394d86f50?show_docid=b685c58394d86f50</guid>
  <author>
  edgar.valar...@gmail.com
  (Edgar Valarezo)
  </author>
  <pubDate>Tue, 16 mar 2010 22:10:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: HABTM help</title>
  <link>http://groups.google.com.ar/group/cake-php/browse_thread/thread/6fe8aeb615037a4c/9c807c2b2966d002?show_docid=9c807c2b2966d002</link>
  <description>
  It may be a typo, but you&#39;re setting a variable $categories, but &lt;br&gt; referencing $category in the view. &lt;br&gt; $this-&amp;gt;set(&#39;categories&#39;, $this-&amp;gt;Job-&amp;gt;Category-&amp;gt;find(&#39;li st&#39;)); &lt;br&gt; And create the checkbox inputs like this: &lt;br&gt; &amp;lt;?= $form-&amp;gt;input(&#39;Category&#39;, array(&#39;type&#39; =&amp;gt; &#39;select&#39;, &lt;br&gt; &#39;multiple&#39; =&amp;gt; &#39;checkbox&#39;, &#39;label&#39;=&amp;gt;&#39;Categories&#39;), $categories); ?&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com.ar/group/cake-php/browse_thread/thread/6fe8aeb615037a4c/9c807c2b2966d002?show_docid=9c807c2b2966d002</guid>
  <author>
  zijn.digi...@gmail.com
  (cricket)
  </author>
  <pubDate>Tue, 16 mar 2010 22:42:39 UT
</pubDate>
  </item>
  <item>
  <title>Using virtual field with form helper in 1.3</title>
  <link>http://groups.google.com.ar/group/cake-php/browse_thread/thread/0dae561ffd4a5377/485654889021c7bd?show_docid=485654889021c7bd</link>
  <description>
  How can I get a model virtual field to show up as the option text in a select generated by the form helper? Do I have to manually iterate? &lt;br&gt; Background... I have a User model identical to the Book example, with a virtual field for &amp;quot;name&amp;quot;. Relevant snippet: &lt;br&gt; var $virtualFields = array( &lt;br&gt; &#39;name&#39; =&amp;gt; &amp;quot;CONCAT(User.first_name, &#39; &#39;, User.last_name)&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com.ar/group/cake-php/browse_thread/thread/0dae561ffd4a5377/485654889021c7bd?show_docid=485654889021c7bd</guid>
  <author>
  anaxama...@gmail.com
  (Maximillian Schwanekamp)
  </author>
  <pubDate>Tue, 16 mar 2010 21:53:17 UT
</pubDate>
  </item>
  <item>
  <title>Re: Adding a new counter cache</title>
  <link>http://groups.google.com.ar/group/cake-php/browse_thread/thread/27aa8abfc1012cc6/d2db235309c6713a?show_docid=d2db235309c6713a</link>
  <description>
  Oh, just for grins, decided to try and automate this. I have a &lt;br&gt; Configurations controller where I do some admin stuff for the site, &lt;br&gt; and I added this function: &lt;br&gt; function counterCheck( ) &lt;br&gt; { &lt;br&gt; $counterTemplate = &lt;br&gt; &amp;quot;UPDATE :atable AS :amodel &lt;br&gt; SET :counter = ( &lt;br&gt; SELECT COUNT(:model.id)
  </description>
  <guid isPermaLink="true">http://groups.google.com.ar/group/cake-php/browse_thread/thread/27aa8abfc1012cc6/d2db235309c6713a?show_docid=d2db235309c6713a</guid>
  <author>
  rld0...@gmail.com
  (Brenda)
  </author>
  <pubDate>Tue, 16 mar 2010 21:32:07 UT
</pubDate>
  </item>
  <item>
  <title>HABTM help</title>
  <link>http://groups.google.com.ar/group/cake-php/browse_thread/thread/6fe8aeb615037a4c/146faf24e240831e?show_docid=146faf24e240831e</link>
  <description>
  I am working to build a job board with an admin side for adding jobs &lt;br&gt; and categories, and a front end for browsing and searching. &lt;br&gt; On the admin side I have a form for editing/creating jobs. &lt;br&gt; Each job needs to be able to be assigned to multiple categories. I am &lt;br&gt; assuming the best way to do this is through an HABTM association of
  </description>
  <guid isPermaLink="true">http://groups.google.com.ar/group/cake-php/browse_thread/thread/6fe8aeb615037a4c/146faf24e240831e?show_docid=146faf24e240831e</guid>
  <author>
  coast...@gmail.com
  (Ode)
  </author>
  <pubDate>Tue, 16 mar 2010 17:35:18 UT
</pubDate>
  </item>
  <item>
  <title>Re: Validation issues for Contact form (doesn&#39;t use database)</title>
  <link>http://groups.google.com.ar/group/cake-php/browse_thread/thread/20ada22ae6394714/927bc444897644d6?show_docid=927bc444897644d6</link>
  <description>
  Having the form submit to the index() function worked brilliantly. To &lt;br&gt; my surprise, this enabled the automagic validation messages! &lt;br&gt; All I have to do now is style the messages with CSS, and I have the &lt;br&gt; trickiest part of my project done. I&#39;ll be sure to post a link to the &lt;br&gt; blog post I plan to write on this topic when it&#39;s finished. I found
  </description>
  <guid isPermaLink="true">http://groups.google.com.ar/group/cake-php/browse_thread/thread/20ada22ae6394714/927bc444897644d6?show_docid=927bc444897644d6</guid>
  <author>
  hyperfle...@gmail.com
  (Johnny Ferguson)
  </author>
  <pubDate>Tue, 16 mar 2010 21:07:52 UT
</pubDate>
  </item>
  <item>
  <title>CakePHP &amp; Shindig</title>
  <link>http://groups.google.com.ar/group/cake-php/browse_thread/thread/47e301b4a527114b/f4ca50d4f5962e1b?show_docid=f4ca50d4f5962e1b</link>
  <description>
  Hello Cake Bakers :-) &lt;br&gt; Am planing to build a social application using CakePHP together with apache &lt;br&gt; project &amp;quot;Shindig&amp;quot;, i tried to read about the integration between both &lt;br&gt; CakePHP and Shindig but couldn&#39;t really find any on google nor the cook &lt;br&gt; book, anyone did this before using CakePHP &amp;amp; Shindig? if anyone was
  </description>
  <guid isPermaLink="true">http://groups.google.com.ar/group/cake-php/browse_thread/thread/47e301b4a527114b/f4ca50d4f5962e1b?show_docid=f4ca50d4f5962e1b</guid>
  <author>
  phpir...@gmail.com
  (Ma&#39;moon)
  </author>
  <pubDate>Tue, 16 mar 2010 21:04:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: Adding a new counter cache</title>
  <link>http://groups.google.com.ar/group/cake-php/browse_thread/thread/27aa8abfc1012cc6/71f29e3edadc405c?show_docid=71f29e3edadc405c</link>
  <description>
  Thanks everyone. I&#39;ll go the SQL route. Just wanted to make sure I &lt;br&gt; wasn&#39;t missing something obvious! &lt;br&gt; ...Brenda
  </description>
  <guid isPermaLink="true">http://groups.google.com.ar/group/cake-php/browse_thread/thread/27aa8abfc1012cc6/71f29e3edadc405c?show_docid=71f29e3edadc405c</guid>
  <author>
  rld0...@gmail.com
  (Brenda)
  </author>
  <pubDate>Tue, 16 mar 2010 20:50:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: Validation issues for Contact form (doesn&#39;t use database)</title>
  <link>http://groups.google.com.ar/group/cake-php/browse_thread/thread/20ada22ae6394714/e9debd045e0738ca?show_docid=e9debd045e0738ca</link>
  <description>
  You are welcome! :) &lt;br&gt; Another idea, which I do sometime use, is to let the index method &lt;br&gt; process the contact add request. &lt;br&gt; The way I recognise that the contact add form is the one to process, &lt;br&gt; is that I name each submit buttons specifically after what they do - &lt;br&gt; in the contact add form case, it would be named &amp;quot;doAddContact&amp;quot;.
  </description>
  <guid isPermaLink="true">http://groups.google.com.ar/group/cake-php/browse_thread/thread/20ada22ae6394714/e9debd045e0738ca?show_docid=e9debd045e0738ca</guid>
  <author>
  j.andersen...@gmail.com
  (John Andersen)
  </author>
  <pubDate>Tue, 16 mar 2010 20:32:40 UT
</pubDate>
  </item>
  <item>
  <title>Re: Validation issues for Contact form (doesn&#39;t use database)</title>
  <link>http://groups.google.com.ar/group/cake-php/browse_thread/thread/20ada22ae6394714/c4579be47184b5e6?show_docid=c4579be47184b5e6</link>
  <description>
  Ajax is definitely a working solution, but I&#39;m somewhat leary of &lt;br&gt; requiring users to have javascript enabled (call me a purist :P) &lt;br&gt; An element is definitely a good idea. I&#39;m still wondering if it would &lt;br&gt; be possible to pass data as part of a redirect. I&#39;ve thought of &lt;br&gt; writing a function to create this functionality, but I&#39;m not sure if
  </description>
  <guid isPermaLink="true">http://groups.google.com.ar/group/cake-php/browse_thread/thread/20ada22ae6394714/c4579be47184b5e6?show_docid=c4579be47184b5e6</guid>
  <author>
  hyperfle...@gmail.com
  (Johnny Ferguson)
  </author>
  <pubDate>Tue, 16 mar 2010 20:27:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: Validation issues for Contact form (doesn&#39;t use database)</title>
  <link>http://groups.google.com.ar/group/cake-php/browse_thread/thread/20ada22ae6394714/6f2f291ff8ff562f?show_docid=6f2f291ff8ff562f</link>
  <description>
  I would consider the use of an element to hold the contact form. Then &lt;br&gt; have the contact form presented in both views! &lt;br&gt; See &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://book.cakephp.org/view/97/Elements&quot;&gt;[link]&lt;/a&gt; for the story on &lt;br&gt; elements :) &lt;br&gt; Later you may consider using an AJAX solution. &lt;br&gt; Enjoy, &lt;br&gt; John
  </description>
  <guid isPermaLink="true">http://groups.google.com.ar/group/cake-php/browse_thread/thread/20ada22ae6394714/6f2f291ff8ff562f?show_docid=6f2f291ff8ff562f</guid>
  <author>
  j.andersen...@gmail.com
  (John Andersen)
  </author>
  <pubDate>Tue, 16 mar 2010 20:21:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: New to CakePHP</title>
  <link>http://groups.google.com.ar/group/cake-php/browse_thread/thread/e7af2da12ffccbde/41eb72114dc1ded5?show_docid=41eb72114dc1ded5</link>
  <description>
  I accidentally hit reply to author, but for anyone else that visits &lt;br&gt; this thread: &lt;br&gt; Be sure to check out the Auth component: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://book.cakephp.org/view/172/Authentication&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; It&#39;s dead simple using this to set up authentication. Coupled with the &lt;br&gt; ACL component, you have an unstoppable force on your hands.
  </description>
  <guid isPermaLink="true">http://groups.google.com.ar/group/cake-php/browse_thread/thread/e7af2da12ffccbde/41eb72114dc1ded5?show_docid=41eb72114dc1ded5</guid>
  <author>
  hyperfle...@gmail.com
  (Johnny Ferguson)
  </author>
  <pubDate>Tue, 16 mar 2010 20:05:21 UT
</pubDate>
  </item>
  <item>
  <title>Validation issues for Contact form (doesn&#39;t use database)</title>
  <link>http://groups.google.com.ar/group/cake-php/browse_thread/thread/20ada22ae6394714/06af41e5380820a3?show_docid=06af41e5380820a3</link>
  <description>
  Hi, &lt;br&gt; I&#39;ve poured over all the documentation I possibly can, and searched &lt;br&gt; the newsgroups, and haven&#39;t yet found a solution to my problem. &lt;br&gt; I&#39;m creating a contact form which doesn&#39;t use any databases. As the &lt;br&gt; controller action never calls save(), I don&#39;t get any of the nice &lt;br&gt; automatic validation. &lt;br&gt; Here are my files:
  </description>
  <guid isPermaLink="true">http://groups.google.com.ar/group/cake-php/browse_thread/thread/20ada22ae6394714/06af41e5380820a3?show_docid=06af41e5380820a3</guid>
  <author>
  hyperfle...@gmail.com
  (Johnny Ferguson)
  </author>
  <pubDate>Tue, 16 mar 2010 19:48:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problema con safe_mode y creacion directorio/subdirectorios</title>
  <link>http://groups.google.com.ar/group/cake-php/browse_thread/thread/1b8a95c5a8818353/3de42276798f5002?show_docid=3de42276798f5002</link>
  <description>
  Hola, &lt;br&gt; No creo que sea posible pasar por encima del safemode, en caso de &lt;br&gt; poderse hacer sería un problema de seguridad en PHP, francamente yo le &lt;br&gt; recomendaría que busque un nuevo proveedor de hosting que no presente &lt;br&gt; este problema, o que le traslade la duda al soporte técnico. &lt;br&gt; Andrés
  </description>
  <guid isPermaLink="true">http://groups.google.com.ar/group/cake-php/browse_thread/thread/1b8a95c5a8818353/3de42276798f5002?show_docid=3de42276798f5002</guid>
  <author>
  and...@gmail.com
  (andphe)
  </author>
  <pubDate>Tue, 16 mar 2010 19:08:01 UT
</pubDate>
  </item>
  <item>
  <title>different types of Users</title>
  <link>http://groups.google.com.ar/group/cake-php/browse_thread/thread/1b692edc9fa239a6/7a7a21eb71858552?show_docid=7a7a21eb71858552</link>
  <description>
  I&#39;m just starting on a site that will have several types of users and &lt;br&gt; am uncertain of the best approach to take. I&#39;d like to hear from &lt;br&gt; others who have done something similar. &lt;br&gt; The site will have the following user types: &lt;br&gt; Administrators &lt;br&gt; Members &lt;br&gt; Affiliates &lt;br&gt; Admins may or not be Members. Affiliates will not be Admins nor
  </description>
  <guid isPermaLink="true">http://groups.google.com.ar/group/cake-php/browse_thread/thread/1b692edc9fa239a6/7a7a21eb71858552?show_docid=7a7a21eb71858552</guid>
  <author>
  zijn.digi...@gmail.com
  (cricket)
  </author>
  <pubDate>Tue, 16 mar 2010 18:44:00 UT
</pubDate>
  </item>
  </channel>
</rss>
