<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>CakePHP Google Group</title>
  <link>http://groups.google.co.uk/group/cake-php</link>
  <description>Search this group before posting anything. There are over 50,000 posts and it&amp;#39;s very likely your question has already been answered. Visit the IRC channel #cakephp at irc.freenode.net. The group is moderated to prevent spam, so please be patient if you are new member. </description>
  <language>en</language>
  <item>
  <title>javascript files loading order</title>
  <link>http://groups.google.co.uk/group/cake-php/browse_thread/thread/a4f9a3b11ae97f3b/a49c20e8f505e6d3?show_docid=a49c20e8f505e6d3</link>
  <description>
  I use many javascript files in one application. &lt;br&gt; Some file is &amp;quot;linked&amp;quot; in the layout view, other are linked in a model &lt;br&gt; view. &lt;br&gt; Some of those files depend on the other (e.g.: file foo.js depends on &lt;br&gt; prototype). &lt;br&gt; &lt;p&gt;The html file created by cake contains the script tags ordered in the &lt;br&gt; wrong way (1st foo.js, 2nd prototype) so I get some javascript errors.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/cake-php/browse_thread/thread/a4f9a3b11ae97f3b/a49c20e8f505e6d3?show_docid=a49c20e8f505e6d3</guid>
  <author>
  emmeics...@gmail.com
  (emmexx)
  </author>
  <pubDate>Sun, 11 Nov 2009 17:40:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: Help Getting Model name</title>
  <link>http://groups.google.co.uk/group/cake-php/browse_thread/thread/c86086303c3c1be5/3b97abd353b07801?show_docid=3b97abd353b07801</link>
  <description>
  Look up what `array_keys()` does. &lt;br&gt; &lt;p&gt;-jperras.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/cake-php/browse_thread/thread/c86086303c3c1be5/3b97abd353b07801?show_docid=3b97abd353b07801</guid>
  <author>
  joel.per...@gmail.com
  (jperras)
  </author>
  <pubDate>Sun, 11 Nov 2009 17:34:51 UT
</pubDate>
  </item>
  <item>
  <title>Help Getting Model name</title>
  <link>http://groups.google.co.uk/group/cake-php/browse_thread/thread/c86086303c3c1be5/1568cc6972eb3fb7?show_docid=1568cc6972eb3fb7</link>
  <description>
  Is there a simple way to get the model name from something like this? &lt;br&gt; &lt;p&gt;This is the data that&#39;s sent to cake. &lt;br&gt; data[Contact][email] t...@something.com &lt;br&gt; data[Account][email] te...@fake.com &lt;br&gt; Debug will get me &lt;br&gt; Array( &lt;br&gt; [Contact] =&amp;gt; array( &lt;br&gt; [Email] =&amp;gt; t...@something.com &lt;br&gt; ) &lt;br&gt; ) &lt;br&gt; Where I simply need &#39;Contact&#39; or &#39;Account&#39;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/cake-php/browse_thread/thread/c86086303c3c1be5/1568cc6972eb3fb7?show_docid=1568cc6972eb3fb7</guid>
  <author>
  make.cake.b...@gmail.com
  (Dave)
  </author>
  <pubDate>Sun, 11 Nov 2009 17:26:03 UT
</pubDate>
  </item>
  <item>
  <title>how control the access to profiles</title>
  <link>http://groups.google.co.uk/group/cake-php/browse_thread/thread/d8b9cd3107068e3a/7bf55724536d77ab?show_docid=7bf55724536d77ab</link>
  <description>
  hi &lt;br&gt; with auth and acl components I can control the access to URLs like &lt;br&gt; this: &lt;br&gt; /controller &lt;br&gt; /controller/action &lt;br&gt; &lt;p&gt;but i want to know how to control the access to URLs like this &lt;br&gt; /controller/action/id &lt;br&gt; &lt;p&gt;for example each user have access to his/her profile. not the others. &lt;br&gt; how this possible with auth and acl components??
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/cake-php/browse_thread/thread/d8b9cd3107068e3a/7bf55724536d77ab?show_docid=7bf55724536d77ab</guid>
  <author>
  reza.pal...@gmail.com
  (MReza Mobayyen)
  </author>
  <pubDate>Sun, 11 Nov 2009 14:11:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: javascript helper adding slashed to JSON object output</title>
  <link>http://groups.google.co.uk/group/cake-php/browse_thread/thread/f7fa0c22d08c7d8b/973a11268f46cb62?show_docid=973a11268f46cb62</link>
  <description>
  this is how JSON works. You need to unescape() the string in the &lt;br&gt; javascript before using it. if you use jQuery it&#39;s automatically done. &lt;br&gt; If you unescape it from php you&#39;ll be in trouble from some browsers.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/cake-php/browse_thread/thread/f7fa0c22d08c7d8b/973a11268f46cb62?show_docid=973a11268f46cb62</guid>
  <author>
  adnan....@gmail.com
  (adaa)
  </author>
  <pubDate>Sun, 11 Nov 2009 05:59:45 UT
</pubDate>
  </item>
  <item>
  <title>Install / Update huge application.</title>
  <link>http://groups.google.co.uk/group/cake-php/browse_thread/thread/0f21d9547338f722/9634e69ecc96ab41?show_docid=9634e69ecc96ab41</link>
  <description>
  I&#39;m gonna make a huge application using CakePHP. This application will &lt;br&gt; have an automated installation page (users won&#39;t setup the database &lt;br&gt; tables manually). On the installation page user(admin) will provide &lt;br&gt; database info and click install, the application will setup the &lt;br&gt; database on server and required settings in a config file.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/cake-php/browse_thread/thread/0f21d9547338f722/9634e69ecc96ab41?show_docid=9634e69ecc96ab41</guid>
  <author>
  adnan....@gmail.com
  (adaa)
  </author>
  <pubDate>Sun, 11 Nov 2009 05:54:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: the white screen of death</title>
  <link>http://groups.google.co.uk/group/cake-php/browse_thread/thread/b5cdb11ea78582a0/6d12530fe836d835?show_docid=6d12530fe836d835</link>
  <description>
  Most of the time when I get this it is because of syntax errors. &lt;br&gt; &lt;p&gt;As I mostly work on dedicated linux box, I just open a putty window &lt;br&gt; and do a tail -f of /var/logs/httpd/error_log and the cake error log &lt;br&gt; for all the $this-&amp;gt;log(); in my code. &lt;br&gt; &lt;p&gt;I have found that to be the best way to debug, as you will not always
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/cake-php/browse_thread/thread/b5cdb11ea78582a0/6d12530fe836d835?show_docid=6d12530fe836d835</guid>
  <author>
  crazy...@gmail.com
  (Crazy)
  </author>
  <pubDate>Sun, 11 Nov 2009 14:15:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: cakephp application hosting problem....</title>
  <link>http://groups.google.co.uk/group/cake-php/browse_thread/thread/a3092fd1d7f3cf42/a144502ca35935b2?show_docid=a144502ca35935b2</link>
  <description>
  are the .htaccess files actually showing as failed transfer in your &lt;br&gt; ftp client, or just not showing up on your remote server? &lt;br&gt; &lt;p&gt;May not be useful, but in my ftp client (filezilla) dot files are &lt;br&gt; hidden until I tell it to force showing hidden files. &lt;br&gt; Just a thought.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/cake-php/browse_thread/thread/a3092fd1d7f3cf42/a144502ca35935b2?show_docid=a144502ca35935b2</guid>
  <author>
  lvot...@googlemail.com
  (Tonu Tusk)
  </author>
  <pubDate>Sun, 11 Nov 2009 13:44:41 UT
</pubDate>
  </item>
  <item>
  <title>I want to pay a cake expert to help me</title>
  <link>http://groups.google.co.uk/group/cake-php/browse_thread/thread/0fd8475e23247c36/cd6abce518084a4c?show_docid=cd6abce518084a4c</link>
  <description>
  I have asked a question here for over a month now without help so I am &lt;br&gt; willing to pay for this. &lt;br&gt; I am simply needing to get the bugs sorted in the cakswx wrapper that &lt;br&gt; allows for flash remoting to work with the new cake install. &lt;br&gt; If you know your cake error messages then this might be really simple.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/cake-php/browse_thread/thread/0fd8475e23247c36/cd6abce518084a4c?show_docid=cd6abce518084a4c</guid>
  <author>
  calvincr...@gmail.com
  (www.landed.at)
  </author>
  <pubDate>Sun, 11 Nov 2009 10:39:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: Last retrieved data accessible in model?..</title>
  <link>http://groups.google.co.uk/group/cake-php/browse_thread/thread/91fd7bffbdb3e4f1/f3e69178c29a8a64?show_docid=f3e69178c29a8a64</link>
  <description>
  How would you get it to persist between requests? &lt;br&gt; &lt;p&gt;`var $cacheQueries = true;` will cache the results of model queries in &lt;br&gt; memory, which might be what you&#39;re looking for. If you&#39;re looking for &lt;br&gt; something that can persist the last accessed data across requests, I&#39;d &lt;br&gt; implement what you&#39;re describing by implementing a Model::afterFind()
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/cake-php/browse_thread/thread/91fd7bffbdb3e4f1/f3e69178c29a8a64?show_docid=f3e69178c29a8a64</guid>
  <author>
  joel.per...@gmail.com
  (jperras)
  </author>
  <pubDate>Sun, 11 Nov 2009 08:37:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: Just learning Cake PHP - Top &amp; Bottom Banners Missing</title>
  <link>http://groups.google.co.uk/group/cake-php/browse_thread/thread/a79a976bbe613750/beced7c3211dacb9?show_docid=beced7c3211dacb9</link>
  <description>
  Sorted! After an evening on Google it was &#39;AllowOverride&#39; was not set &lt;br&gt; on http.conf &lt;br&gt; &lt;p&gt;Many thanks &lt;br&gt; &lt;p&gt;Back to the book now!
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/cake-php/browse_thread/thread/a79a976bbe613750/beced7c3211dacb9?show_docid=beced7c3211dacb9</guid>
  <author>
  jonesype...@hotmail.com
  (JonesyPeter)
  </author>
  <pubDate>Sun, 11 Nov 2009 08:21:59 UT
</pubDate>
  </item>
  <item>
  <title>Adding Javascript to $html-&gt;link?</title>
  <link>http://groups.google.co.uk/group/cake-php/browse_thread/thread/a013187b363ba4b7/6e0090fd651ab472?show_docid=6e0090fd651ab472</link>
  <description>
  How do you add javascript events using $html-&amp;gt;link? &lt;br&gt; &lt;p&gt;There is a confirmation dialog that can be passed as one of the &lt;br&gt; fields, so it puts &amp;quot;onclick=&#39;confirm(etc)&#39;&amp;quot;, but I want &lt;br&gt; &lt;p&gt;onclick=&amp;quot;if(confirm(&#39;test&#39;){so mejsfunction();}&amp;quot; &lt;br&gt; &lt;p&gt;What the function call does is essentially ajax, but looking at the &lt;br&gt; $ajax helper doesn&#39;t provide an obvious solution (from what I can
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/cake-php/browse_thread/thread/a013187b363ba4b7/6e0090fd651ab472?show_docid=6e0090fd651ab472</guid>
  <author>
  lorew...@gmail.com
  (Will Poillion)
  </author>
  <pubDate>Sun, 11 Nov 2009 06:53:51 UT
</pubDate>
  </item>
  <item>
  <title>Login form in layout ie( on everypage) doesn&#39;t work with Auth</title>
  <link>http://groups.google.co.uk/group/cake-php/browse_thread/thread/0e5ebd0992bcde31/1feda8de545ffe4b?show_docid=1feda8de545ffe4b</link>
  <description>
  I added a login form to my layout(so people could login from any &lt;br&gt; page). &lt;br&gt; &lt;p&gt;But submitting that login form does not authenticate. &lt;br&gt; &lt;p&gt;Why might that be?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/cake-php/browse_thread/thread/0e5ebd0992bcde31/1feda8de545ffe4b?show_docid=1feda8de545ffe4b</guid>
  <author>
  mrkev...@gmail.com
  (markalanevans)
  </author>
  <pubDate>Sun, 11 Nov 2009 02:47:44 UT
</pubDate>
  </item>
  <item>
  <title>DataSources - External MySQL</title>
  <link>http://groups.google.co.uk/group/cake-php/browse_thread/thread/66e4adda67d4eb24/bd4bde0c7095f82d?show_docid=bd4bde0c7095f82d</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I am new to CakePHP. I am attempting to setup a data source to a non- &lt;br&gt; cakephp mysql database that I can read data from. I cannot find an &lt;br&gt; example of how to do this. I found external data sources for &lt;br&gt; GoogleAnalytics and XML. Can anyone point me to a link for mapping to &lt;br&gt; an external sql table.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/cake-php/browse_thread/thread/66e4adda67d4eb24/bd4bde0c7095f82d?show_docid=bd4bde0c7095f82d</guid>
  <author>
  st...@churchledger.com
  (ChurchDude)
  </author>
  <pubDate>Sat, 11 Nov 2009 18:51:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: Uploader Plugin now does Model attachments</title>
  <link>http://groups.google.co.uk/group/cake-php/browse_thread/thread/7282cf175cb54600/d1a174b1d23f3f54?show_docid=d1a174b1d23f3f54</link>
  <description>
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.milesj.me/resources/script/uploader-plugin&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/cake-php/browse_thread/thread/7282cf175cb54600/d1a174b1d23f3f54?show_docid=d1a174b1d23f3f54</guid>
  <author>
  mileswjohn...@gmail.com
  (Miles J)
  </author>
  <pubDate>Sun, 11 Nov 2009 04:33:37 UT
</pubDate>
  </item>
  </channel>
</rss>
