<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.co.uk/group/cake-php</id>
  <title type="text">CakePHP Google Group</title>
  <subtitle type="text">
  Search this group before posting anything it&#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.
  </subtitle>
  <link href="/group/cake-php/feed/atom_v1_0_msgs.xml" rel="self" title="CakePHP feed"/>
  <updated>2009-12-11T19:23:10Z</updated>
  <generator uri="http://groups.google.co.uk" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>thomaus</name>
  <email>tho...@saimiris.com</email>
  </author>
  <updated>2009-12-11T19:23:10Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/dcd80abe482f4cb1/d9c9d7f6f96ecb35?show_docid=d9c9d7f6f96ecb35</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/dcd80abe482f4cb1/d9c9d7f6f96ecb35?show_docid=d9c9d7f6f96ecb35"/>
  <title type="text">Re: Share Javascripts and CSSs in various layouts</title>
  <summary type="html" xml:space="preserve">
  The problem is that not all the pages will have the ame structure, &lt;br&gt; some will call header, some not, ... but yes it&#39;s feasible. &lt;br&gt; &lt;p&gt;This aid, I&#39;d like to know how to share CSS and JS.
  </summary>
  </entry>
  <entry>
  <author>
  <name>pomares</name>
  <email>k...@gordonpomarescentre.com</email>
  </author>
  <updated>2009-12-11T18:57:51Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/dcd80abe482f4cb1/b14677ece83db34d?show_docid=b14677ece83db34d</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/dcd80abe482f4cb1/b14677ece83db34d?show_docid=b14677ece83db34d"/>
  <title type="text">Re: Share Javascripts and CSSs in various layouts</title>
  <summary type="html" xml:space="preserve">
  How about creating a custom layout and calling it from the controller &lt;br&gt; with: $this-&amp;gt;layout = &#39;customlayout&#39;; &lt;br&gt; &lt;p&gt;Here is a custom layout I wrote with a bunch of css and javascript &lt;br&gt; calls: &lt;br&gt; &lt;p&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;http:// &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;[link]&lt;/a&gt;&amp;quot;&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>fabio</name>
  <email>3bi...@gmail.com</email>
  </author>
  <updated>2009-12-11T18:57:16Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/fdeb9bdacfb4141c/cda5ff13afa81860?show_docid=cda5ff13afa81860</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/fdeb9bdacfb4141c/cda5ff13afa81860?show_docid=cda5ff13afa81860"/>
  <title type="text">Re: help on a textarea in edit.ctp</title>
  <summary type="html" xml:space="preserve">
  Hello mates, just an update... &lt;br&gt; &lt;p&gt;I&#39;ve partially solve the thing by substituting the form-helper comand: &lt;br&gt; &lt;p&gt;echo $form-&amp;gt;input(&#39;description_long &#39;, array(&#39;rows&#39;=&amp;gt;&#39;10&#39;, &lt;br&gt; &#39;cols&#39;=&amp;gt;&#39;70&#39;)); &lt;br&gt; &lt;p&gt;with pure HTML &amp;lt;textarea&amp;gt; tag: &lt;br&gt; &lt;p&gt;echo &#39;&amp;lt;textarea name=&amp;quot;data[Property][descripti on_long]&amp;quot; cols=&amp;quot;30&amp;quot; &lt;br&gt; rows=&amp;quot;6&amp;quot; id=&amp;quot;PropertyDescriptionLong&amp;quot; &amp;gt;&#39;.$this-&amp;gt;data[&#39;Property&#39;]
  </summary>
  </entry>
  <entry>
  <author>
  <name>pomares</name>
  <email>k...@gordonpomarescentre.com</email>
  </author>
  <updated>2009-12-11T18:53:55Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/491861fc0aa19126/599c3c20cccf707f?show_docid=599c3c20cccf707f</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/491861fc0aa19126/599c3c20cccf707f?show_docid=599c3c20cccf707f"/>
  <title type="text">Building a temporary table and 2 Select statements in a single SQL query</title>
  <summary type="html" xml:space="preserve">
  I have clients and a list of various stages in our business process &lt;br&gt; which I call advancements in the database. Each time a client &lt;br&gt; progresses, I make a note of it in the advancement_histories table. &lt;br&gt; &lt;p&gt;I want a client list, with the &#39;advancement_id&#39; of the latest &lt;br&gt; advancement. &lt;br&gt; &lt;p&gt;Each advancement belongs to an advancement category. So, what I really
  </summary>
  </entry>
  <entry>
  <author>
  <name>thomaus</name>
  <email>tho...@saimiris.com</email>
  </author>
  <updated>2009-12-11T18:22:08Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/dcd80abe482f4cb1/0779530fd493efad?show_docid=0779530fd493efad</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/dcd80abe482f4cb1/0779530fd493efad?show_docid=0779530fd493efad"/>
  <title type="text">Share Javascripts and CSSs in various layouts</title>
  <summary type="html" xml:space="preserve">
  Hi there, &lt;br&gt; &lt;p&gt;I have to share the same Javascripts and CSSs for various layouts so I &lt;br&gt; created an element called &amp;quot;css_js.ctp&amp;quot; and I call it in each layout &lt;br&gt; this way : &lt;br&gt; &lt;p&gt;&amp;lt;head&amp;gt; &lt;br&gt; &amp;lt;?php echo $html-&amp;gt;charset(); ?&amp;gt; &lt;br&gt; &amp;lt;title&amp;gt; &lt;br&gt; &amp;lt;?php __(&#39;title&#39;); ?&amp;gt; &lt;br&gt; &amp;lt;/title&amp;gt; &lt;br&gt; &amp;lt;meta name=&amp;quot;Description&amp;quot; content=&amp;quot;&amp;lt;?php __(&#39;&#39;); ?&amp;gt;&amp;quot; /&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>thomaus</name>
  <email>tho...@saimiris.com</email>
  </author>
  <updated>2009-12-11T18:16:28Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/fa4530db62bf780b/1da10c085dc85336?show_docid=1da10c085dc85336</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/fa4530db62bf780b/1da10c085dc85336?show_docid=1da10c085dc85336"/>
  <title type="text">Re: Problem with AJAX submission</title>
  <summary type="html" xml:space="preserve">
  No request with Firebug. I don&#39;t get it, really...
  </summary>
  </entry>
  <entry>
  <author>
  <name>Délsio Cabá</name>
  <email>del...@gmail.com</email>
  </author>
  <updated>2009-12-11T17:17:25Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/306d64f5530e17c0/7d0a401f780ba7f1?show_docid=7d0a401f780ba7f1</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/306d64f5530e17c0/7d0a401f780ba7f1?show_docid=7d0a401f780ba7f1"/>
  <title type="text">Re: Guide on creating first application</title>
  <summary type="html" xml:space="preserve">
  Hi Bernardo, &lt;br&gt; &lt;p&gt;Working with the command it&#39;s easy to figure that out. &lt;br&gt; &lt;p&gt;I realized that I had to create a View for all the related tables of &lt;br&gt; utilizadores in order to see the form for adding new record on utilizadores. &lt;br&gt; &lt;p&gt;Where can I get a complete application made with cakephp, really complete,
  </summary>
  </entry>
  <entry>
  <author>
  <name>ianmcn</name>
  <email>i.mcnau...@gmail.com</email>
  </author>
  <updated>2009-12-11T17:12:22Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/e883d00e282bea6e/d2d4326d2ea75f1e?show_docid=d2d4326d2ea75f1e</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/e883d00e282bea6e/d2d4326d2ea75f1e?show_docid=d2d4326d2ea75f1e"/>
  <title type="text">Test suite deleting tables then complaining that they&#39;re missing!</title>
  <summary type="html" xml:space="preserve">
  I&#39;m just trying to get into TDD with Cake. I admit, I&#39;m totally new to &lt;br&gt; TDD so am probably doing something totally wrong! &lt;br&gt; &lt;p&gt;I have setup all the fixtures with default records defined (rather &lt;br&gt; than importing data - I don&#39;t want to import data because A: there&#39;s &lt;br&gt; too much of it, and B: there are some enum fields which the test suite
  </summary>
  </entry>
  <entry>
  <author>
  <name>fabio</name>
  <email>3bi...@gmail.com</email>
  </author>
  <updated>2009-12-11T16:02:50Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/fdeb9bdacfb4141c/a25c9040b81aaa35?show_docid=a25c9040b81aaa35</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/fdeb9bdacfb4141c/a25c9040b81aaa35?show_docid=a25c9040b81aaa35"/>
  <title type="text">Re: help on a textarea in edit.ctp</title>
  <summary type="html" xml:space="preserve">
  Hi sphereweb, i had it initially as TEXT then i change it to LONGTEXT &lt;br&gt; (as stated in my previous post), but lately i realized that the &lt;br&gt; problem was not solved completely with changing to LONGTEXT... &lt;br&gt; pheraphs the problem is not the character lenght of texts (average &lt;br&gt; lenght is 2000-3000 char that should be widely supported by LONGTEXT,
  </summary>
  </entry>
  <entry>
  <author>
  <name>d1ve blu3</name>
  <email>d1ve2b...@gmail.com</email>
  </author>
  <updated>2009-12-11T15:14:37Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/15c1c26366f60fd4/ecd4974d7386481c?show_docid=ecd4974d7386481c</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/15c1c26366f60fd4/ecd4974d7386481c?show_docid=ecd4974d7386481c"/>
  <title type="text">[as] captcha with cakephp</title>
  <summary type="html" xml:space="preserve">
  Hello,,, &lt;br&gt; &lt;p&gt;Does anyone have reference how to implement captcha with cake php? &lt;br&gt; With jquery if possible,, &lt;br&gt; &lt;p&gt;thanks before &lt;br&gt; -- &lt;br&gt; This transmission may contain confidential or privileged material. Any use of &lt;br&gt; this information by anyone other than the intended recipient is prohibited. If &lt;br&gt; you have received this transmission in error, please immediately throw
  </summary>
  </entry>
  <entry>
  <author>
  <name>arek</name>
  <email>amalczew...@gmail.com</email>
  </author>
  <updated>2009-12-11T09:01:21Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/97c67d85165a3989/907816d5542e2d4b?show_docid=907816d5542e2d4b</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/97c67d85165a3989/907816d5542e2d4b?show_docid=907816d5542e2d4b"/>
  <title type="text">pagination and routes</title>
  <summary type="html" xml:space="preserve">
  hello, &lt;br&gt; &lt;p&gt;I have a problem with my custom routes used with pagination. &lt;br&gt; &lt;p&gt;I have method &lt;br&gt; &lt;p&gt;&amp;lt;code&amp;gt; &lt;br&gt; class News { &lt;br&gt; ... &lt;br&gt; function viewall($group_id) {...} &lt;br&gt; &amp;lt;/code&amp;gt; &lt;br&gt; &lt;p&gt;I defined two routes as below with meaning: &lt;br&gt; 1. url .../articles should by default all method News.viewall(1) &lt;br&gt; 2. url .../events should by default all method News.viewall(2)
  </summary>
  </entry>
  <entry>
  <author>
  <name>bujanga</name>
  <email>buja...@gmail.com</email>
  </author>
  <updated>2009-12-11T13:55:27Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/4b8a553b8b67c699/80850d0f523c60db?show_docid=80850d0f523c60db</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/4b8a553b8b67c699/80850d0f523c60db?show_docid=80850d0f523c60db"/>
  <title type="text">Re: Running the action twice?</title>
  <summary type="html" xml:space="preserve">
  I will dig into this error today, busy yesterday. I intend to monitor &lt;br&gt; the server logs and build the actions up until I see the reload &lt;br&gt; behavior.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jayanand Bhushi</name>
  <email>jaybhu...@gmail.com</email>
  </author>
  <updated>2009-12-11T13:02:21Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/dcae326fc9bb3248/0f0b5d68153812c5?show_docid=0f0b5d68153812c5</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/dcae326fc9bb3248/0f0b5d68153812c5?show_docid=0f0b5d68153812c5"/>
  <title type="text">Re: Internationalization in Cakephp help( for a newbie)</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;Ur mail helped me alot.... Thanx a lot.... &lt;br&gt; &lt;p&gt;I have to do like this.... &lt;br&gt; IM implementing German Language.... &lt;br&gt; &lt;p&gt;msgid &amp;quot;Delete&amp;quot; &lt;br&gt; msgstr &amp;quot;Löschen&amp;quot; &lt;br&gt; &lt;p&gt;msgid &amp;quot;Add New Post&amp;quot; &lt;br&gt; msgstr &amp;quot;Fügen Sie Neuen Posten hinzu&amp;quot; &lt;br&gt; &lt;p&gt;Both words missing.... &lt;br&gt; But when I tried with Below one It worked.... &lt;br&gt; &lt;p&gt;msgid &amp;quot;Delete&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Manish Pithwa</name>
  <email>cis.man...@gmail.com</email>
  </author>
  <updated>2009-12-11T11:04:30Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/1c212eb8736055b4/11bd21f4f60347f0?show_docid=11bd21f4f60347f0</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/1c212eb8736055b4/11bd21f4f60347f0?show_docid=11bd21f4f60347f0"/>
  <title type="text">Re: Get natural SQL built by Model methods like find, save</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; &lt;p&gt;I don&#39;t want all queries to print just which I want in my code. &lt;br&gt; &lt;p&gt;Thanks &lt;br&gt; Manish Pithwa
  </summary>
  </entry>
  <entry>
  <author>
  <name>Manish Pithwa</name>
  <email>cis.man...@gmail.com</email>
  </author>
  <updated>2009-12-11T10:59:12Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/78670474f1176697/c3392b80e0848bce?show_docid=c3392b80e0848bce</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/78670474f1176697/c3392b80e0848bce?show_docid=c3392b80e0848bce"/>
  <title type="text">Aggregate function on hasMany model field</title>
  <summary type="html" xml:space="preserve">
  Hi All &lt;br&gt; &lt;p&gt;I have Model Project (id,name) hasMany Task (id, project_id, &lt;br&gt; estimated_hours). How to retrieve all projects with calculated column &lt;br&gt; estimated_hours= sum of estimated_hours of all tasks of that project ? &lt;br&gt; &lt;p&gt;I have done this with following custom query but I want find method&#39;s &lt;br&gt; $params array :
  </summary>
  </entry>
  <entry>
  <author>
  <name>Marco</name>
  <email>marco.lehman...@googlemail.com</email>
  </author>
  <updated>2009-12-11T10:29:57Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/796ad2bb049299a8/ac305e46f0e2a2f9?show_docid=ac305e46f0e2a2f9</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/796ad2bb049299a8/ac305e46f0e2a2f9?show_docid=ac305e46f0e2a2f9"/>
  <title type="text">Media Plugin Warnings on upload for specific MIME-Types</title>
  <summary type="html" xml:space="preserve">
  Hi guys, &lt;br&gt; &lt;p&gt;i&#39;m using Marius Wilms aka David Persson CakePHP Media Plugin. Works &lt;br&gt; fine in a certain way. I modified it a little bit to be able to set &lt;br&gt; database column names in configuration part. I doesn&#39;t changed any &lt;br&gt; Media filter settings. As I tried to upload a TIFF image the plugin &lt;br&gt; throws the following warnings:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mukhamad Ikhsan</name>
  <email>ikhsan.o...@gmail.com</email>
  </author>
  <updated>2009-12-11T10:17:34Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/cd404d5a876b52b7/e5dc625d61e02183?show_docid=e5dc625d61e02183</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/cd404d5a876b52b7/e5dc625d61e02183?show_docid=e5dc625d61e02183"/>
  <title type="text">Re: Testing for Ajax</title>
  <summary type="html" xml:space="preserve">
  on your action controller you can put this conditional &lt;br&gt; &lt;p&gt;if ($this-&amp;gt;RequestHandler-&amp;gt;isAjax ()) {} &lt;br&gt; &lt;p&gt;in view you need consider this, &lt;br&gt; on ajax development you still need consider about graceful degradation, so &lt;br&gt; in every link there must consider if the javascript is not working. &lt;br&gt; &lt;p&gt;&amp;lt;a href=&amp;quot;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.xxx.com&quot;&gt;[link]&lt;/a&gt;&amp;quot; onClick=&amp;quot;request.open(&#39;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.xxx.com&quot;&gt;[link]&lt;/a&gt;&amp;quot;);return
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mukhamad Ikhsan</name>
  <email>ikhsan.o...@gmail.com</email>
  </author>
  <updated>2009-12-11T10:04:00Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/fa4530db62bf780b/6ecb419da6fa1258?show_docid=6ecb419da6fa1258</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/fa4530db62bf780b/6ecb419da6fa1258?show_docid=6ecb419da6fa1258"/>
  <title type="text">Re: Problem with AJAX submission</title>
  <summary type="html" xml:space="preserve">
  do you have a firebug? you can see what the response for XHR request &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Mukhamad Ikhsan &lt;br&gt; Y!id:ikhsan.only &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.diodachi.com&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>thomaus</name>
  <email>tho...@saimiris.com</email>
  </author>
  <updated>2009-12-11T09:57:17Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/fa4530db62bf780b/e9b2d50339e7960f?show_docid=e9b2d50339e7960f</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/fa4530db62bf780b/e9b2d50339e7960f?show_docid=e9b2d50339e7960f"/>
  <title type="text">Re: Problem with AJAX submission</title>
  <summary type="html" xml:space="preserve">
  Nobody no clue?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Farhadi</name>
  <email>a.farh...@gmail.com</email>
  </author>
  <updated>2009-12-11T07:34:14Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/3ff177528fc4ba7a/f9f14ff6c529d3af?show_docid=f9f14ff6c529d3af</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/3ff177528fc4ba7a/f9f14ff6c529d3af?show_docid=f9f14ff6c529d3af"/>
  <title type="text">Re: Changes in CakePHP and new plugins</title>
  <summary type="html" xml:space="preserve">
  So, What did happen to the old tickets at code.cakephp.org and trac? &lt;br&gt; Do you have any plans to migrate them to the new bug tracker at &lt;br&gt; lighthouse? &lt;br&gt; If it&#39;s not possible to transfer them, I think, at least we should &lt;br&gt; keep them in a readonly state for future references.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Amit Rawat</name>
  <email>rawatami...@gmail.com</email>
  </author>
  <updated>2009-12-11T05:48:15Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/23616e9e24c3233c/cc4605d8cc359cd7?show_docid=cc4605d8cc359cd7</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/23616e9e24c3233c/cc4605d8cc359cd7?show_docid=cc4605d8cc359cd7"/>
  <title type="text">paginator sort on custom field</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt; I m having a problem with paginator sort functionality. I use paginator &lt;br&gt; to get result then i calcualte a field name *&amp;quot;Util&amp;quot;* on the record. I want &lt;br&gt; to use &lt;br&gt; &lt;p&gt;paginator on *&amp;quot;Util&amp;quot;. *Can any on eknow how to do that? &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; &lt;p&gt;Amit
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jayanand Bhushi</name>
  <email>jaybhu...@gmail.com</email>
  </author>
  <updated>2009-12-11T05:21:08Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/dcae326fc9bb3248/0ec285cd6f0e0cdf?show_docid=0ec285cd6f0e0cdf</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/dcae326fc9bb3248/0ec285cd6f0e0cdf?show_docid=0ec285cd6f0e0cdf"/>
  <title type="text">Re: Internationalization in Cakephp help( for a newbie)</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;when I tried to create po file. &lt;br&gt; &lt;p&gt;I am getting the following error message &lt;br&gt; &lt;p&gt;xgettext: waring: file`&#39; extension `&#39; is unknown; will try C &lt;br&gt; &lt;p&gt;updation failed. click &amp;gt;&amp;gt;&amp;gt; more &lt;br&gt; &lt;p&gt;I have given path &lt;br&gt; controllers &lt;br&gt; views/posts &lt;br&gt; . &lt;br&gt; &lt;p&gt;and keyword as __ &lt;br&gt; &lt;p&gt;But updation is failing...... &lt;br&gt; &lt;p&gt;Please guide..
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jeremy Burns</name>
  <email>jeremybu...@me.com</email>
  </author>
  <updated>2009-12-11T04:16:12Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/cd404d5a876b52b7/923c395dd1905c13?show_docid=923c395dd1905c13</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/cd404d5a876b52b7/923c395dd1905c13?show_docid=923c395dd1905c13"/>
  <title type="text">Re: Testing for Ajax</title>
  <summary type="html" xml:space="preserve">
  Thank you - I don&#39;t suppose you have a simple example do you?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dr. Loboto</name>
  <email>drlob...@gmail.com</email>
  </author>
  <updated>2009-12-11T04:12:22Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/cd404d5a876b52b7/dfaeeeafdd39e987?show_docid=dfaeeeafdd39e987</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/cd404d5a876b52b7/dfaeeeafdd39e987?show_docid=dfaeeeafdd39e987"/>
  <title type="text">Re: Testing for Ajax</title>
  <summary type="html" xml:space="preserve">
  Pass one URL to AJAX link as link url and other to it&#39;s options as &lt;br&gt; AJAX action param.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alan Asher</name>
  <email>a...@asteriskpound.com</email>
  </author>
  <updated>2009-12-11T02:47:11Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/602c7ca521be71c5/ae2deb1f50431570?show_docid=ae2deb1f50431570</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/602c7ca521be71c5/ae2deb1f50431570?show_docid=ae2deb1f50431570"/>
  <title type="text">RE: unbindModel cranium scratcher</title>
  <summary type="html" xml:space="preserve">
  Of course, it&#39;s the syntax again.. &lt;br&gt; &lt;p&gt; $myScroll-&amp;gt;User-&amp;gt;unbindModel(&#39; hasMany&#39;,array(&#39;Photo&#39;)); &lt;br&gt; &lt;p&gt;Should read &lt;br&gt; &lt;p&gt; $myScroll-&amp;gt;User-&amp;gt;unbindModel(a rray(&#39;hasMany&#39;=&amp;gt;array(&#39;Photo&#39;) )); &lt;br&gt; &lt;p&gt; _____ &lt;br&gt; &lt;p&gt;Of Alan Asher &lt;br&gt; Sent: Thursday, December 10, 2009 7:34 PM &lt;br&gt; To: cake-php@googlegroups.com
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alan Asher</name>
  <email>a...@asteriskpound.com</email>
  </author>
  <updated>2009-12-11T02:34:19Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/602c7ca521be71c5/34582fc6b7246e65?show_docid=34582fc6b7246e65</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/602c7ca521be71c5/34582fc6b7246e65?show_docid=34582fc6b7246e65"/>
  <title type="text">unbindModel cranium scratcher</title>
  <summary type="html" xml:space="preserve">
  Here&#39;s the code I used to hack my way through this. &lt;br&gt; &lt;p&gt; $myScroll=new Scroll($scroll_id); &lt;br&gt; &lt;p&gt; $myScroll-&amp;gt;User-&amp;gt;bindModel( &lt;br&gt; &lt;p&gt; array(&#39;hasMany&#39; =&amp;gt; array( &lt;br&gt; &lt;p&gt; &#39;Photo&#39; =&amp;gt; array( &lt;br&gt; &lt;p&gt; &#39;className&#39; =&amp;gt; &#39;Photo&#39;, &lt;br&gt; &lt;p&gt; &#39;foreignKey&#39; =&amp;gt; &#39;user_id&#39;,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alan Asher</name>
  <email>a...@asteriskpound.com</email>
  </author>
  <updated>2009-12-11T01:09:44Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/4ff38415aa574cb0/05be83dbaa523a5d?show_docid=05be83dbaa523a5d</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/4ff38415aa574cb0/05be83dbaa523a5d?show_docid=05be83dbaa523a5d"/>
  <title type="text">RE: Model class not found</title>
  <summary type="html" xml:space="preserve">
  class Tag extends AppModel &lt;br&gt; { &lt;br&gt; var $name = &#39;Tag&#39;; &lt;br&gt; &lt;p&gt;Simple syntax error... &lt;br&gt; You need to have the &amp;quot;var&amp;quot; in front of the $name. &lt;br&gt; &lt;p&gt;-----Original Message----- &lt;br&gt; Of Jim Rootham &lt;br&gt; Sent: Thursday, December 10, 2009 12:30 PM &lt;br&gt; To: CakePHP &lt;br&gt; &lt;p&gt;I am trying out cakePHP so I have a very simple site. I get the
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jeff Deroshia</name>
  <email>deros...@gmail.com</email>
  </author>
  <updated>2009-12-11T01:07:34Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/4b8a553b8b67c699/419da62d1f605444?show_docid=419da62d1f605444</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/4b8a553b8b67c699/419da62d1f605444?show_docid=419da62d1f605444"/>
  <title type="text">Re: Running the action twice?</title>
  <summary type="html" xml:space="preserve">
  I actually just noticed the same behavior today. For testing an email &lt;br&gt; method, I called it at the end of an index action. I got two copies of the &lt;br&gt; email. Normally, the mail will be sent after filtering through some &lt;br&gt; conditionals, so I don&#39;t think it will be a problem. I do have a connect &lt;br&gt; method assigned to the action I was testing in. Other than that, I don&#39;t
  </summary>
  </entry>
  <entry>
  <author>
  <name>Marcelo Andrade</name>
  <email>mfandr...@gmail.com</email>
  </author>
  <updated>2009-12-11T01:05:14Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/dab8ae4b802a78ab/59f0ae5e148f403f?show_docid=59f0ae5e148f403f</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/dab8ae4b802a78ab/59f0ae5e148f403f?show_docid=59f0ae5e148f403f"/>
  <title type="text">Re: Create .ctp file</title>
  <summary type="html" xml:space="preserve">
  There is &amp;quot;nothing&amp;quot; special about that. Just open &lt;br&gt; notepad, gedit, kate or other plain text editor, &lt;br&gt; create html content and save the file with .ctp &lt;br&gt; extension. &lt;br&gt; &lt;p&gt;Ahn... have you tryied the CakePHP cookbook? &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://book.cakephp.org/view/26/View-Conventions&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Best regards. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; MARCELO DE F. ANDRADE
  </summary>
  </entry>
  <entry>
  <author>
  <name>Larking</name>
  <email>j...@citadelsecure.com</email>
  </author>
  <updated>2009-12-10T21:02:14Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/41e08d6ab9cb2757/bf2b0738cd744cbe?show_docid=bf2b0738cd744cbe</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/41e08d6ab9cb2757/bf2b0738cd744cbe?show_docid=bf2b0738cd744cbe"/>
  <title type="text">session vars being lost with java applet</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I have a java applet that posts xml back to cake and returns &lt;br&gt; information. I have lowered the session security to a &#39;low&#39; value, &lt;br&gt; set the check agent value to false to overcome the initial problems of &lt;br&gt; the sessions being lost. This works fine on my local server on my &lt;br&gt; mac. I uploaded to the live server and the sessions have broken
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jim Rootham</name>
  <email>jroot...@gmail.com</email>
  </author>
  <updated>2009-12-10T19:30:17Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/4ff38415aa574cb0/715f3bf2b263ad80?show_docid=715f3bf2b263ad80</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/4ff38415aa574cb0/715f3bf2b263ad80?show_docid=715f3bf2b263ad80"/>
  <title type="text">Model class not found</title>
  <summary type="html" xml:space="preserve">
  I am trying out cakePHP so I have a very simple site. I get the &lt;br&gt; following error. &lt;br&gt; &lt;p&gt;class Tag extends AppModel { $name = &#39;Tag&#39;; } &lt;br&gt; Fatal error: Class &#39;Tag&#39; not found in /home/downtown/public_html/ &lt;br&gt; test_cake/cake/libs/class_regi stry.php on line 140 &lt;br&gt; &lt;p&gt;in ..\app\models\tag.php I have &lt;br&gt; &lt;p&gt;class Tag extends AppModel
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bernardo Vieira</name>
  <email>bvieira.li...@gmail.com</email>
  </author>
  <updated>2009-12-10T19:31:34Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/306d64f5530e17c0/c54c4dfe1b1b6a48?show_docid=c54c4dfe1b1b6a48</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/306d64f5530e17c0/c54c4dfe1b1b6a48?show_docid=c54c4dfe1b1b6a48"/>
  <title type="text">Re: Guide on creating first application</title>
  <summary type="html" xml:space="preserve">
  What&#39;s your model name for the utilizadores table? My guess is CakePhp&#39;s &lt;br&gt; inflector is not dealing very well with the portuguese plural rules &lt;br&gt; Utilizador &amp;lt;-&amp;gt; Utilizadores. You could get the portuguese inflections &lt;br&gt; maintened by the portuguese/brazilian cakephp community &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/cake-php-pt&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>BrendonKoz</name>
  <email>brendon...@hotmail.com</email>
  </author>
  <updated>2009-12-10T19:20:13Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/67b94c2b66062746/c2e447bd2582f7a5?show_docid=c2e447bd2582f7a5</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/67b94c2b66062746/c2e447bd2582f7a5?show_docid=c2e447bd2582f7a5"/>
  <title type="text">Re: Media Views, Caching, and Auth - a possible problem</title>
  <summary type="html" xml:space="preserve">
  the file in the browser, the session seems to be broken; though I&#39;m &lt;br&gt; not sure why after re-authenticating it will work non-stop. I&#39;ve &lt;br&gt; changed my method to check the file extension, and if it&#39;s a PDF it &lt;br&gt; will load it in the browser, otherwise it will force a download. &lt;br&gt; &lt;p&gt;I&#39;m still puzzled by the first issue (and admittedly why the 2nd
  </summary>
  </entry>
  <entry>
  <author>
  <name>BrendonKoz</name>
  <email>brendon...@hotmail.com</email>
  </author>
  <updated>2009-12-10T18:46:32Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/67b94c2b66062746/9167e86710939a65?show_docid=9167e86710939a65</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/67b94c2b66062746/9167e86710939a65?show_docid=9167e86710939a65"/>
  <title type="text">Re: Media Views, Caching, and Auth - a possible problem</title>
  <summary type="html" xml:space="preserve">
  I tested it; it does. A boolean value equates to 0 or 1 unless you &lt;br&gt; can use the strict operation (===). Is numeric is not strict enough, &lt;br&gt; it seems.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Miles J</name>
  <email>mileswjohn...@gmail.com</email>
  </author>
  <updated>2009-12-10T18:10:21Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/dcae326fc9bb3248/c95b70074200be39?show_docid=c95b70074200be39</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/dcae326fc9bb3248/c95b70074200be39?show_docid=c95b70074200be39"/>
  <title type="text">Re: Internationalization in Cakephp help( for a newbie)</title>
  <summary type="html" xml:space="preserve">
  What kind of sample code? &lt;br&gt; &lt;p&gt;All you need to do is &amp;lt;?php echo __(&#39;This string will be &lt;br&gt; translated&#39;); ?&amp;gt;, and then define it in the .po files. &lt;br&gt; &lt;p&gt;// default.po &lt;br&gt; msgid &amp;quot;This string will be translated&amp;quot; &lt;br&gt; msgstr &amp;quot;&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Miles J</name>
  <email>mileswjohn...@gmail.com</email>
  </author>
  <updated>2009-12-10T18:07:16Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/18ae5fc6723f903c/edb87e5f78d13a35?show_docid=edb87e5f78d13a35</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/18ae5fc6723f903c/edb87e5f78d13a35?show_docid=edb87e5f78d13a35"/>
  <title type="text">Re: global functions</title>
  <summary type="html" xml:space="preserve">
  No thats incorrect. If its a global function that is used everywhere, &lt;br&gt; it goes in the bootstrap. &lt;br&gt; &lt;p&gt;On Dec 10, 6:05 am, Giedrius Rekasius &amp;lt;giedrius.rekas...@gmail.com&amp;gt; &lt;br&gt; wrote:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jeremy Burns</name>
  <email>jeremybu...@me.com</email>
  </author>
  <updated>2009-12-10T17:37:41Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/cd404d5a876b52b7/51e1902da16e16c0?show_docid=51e1902da16e16c0</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/cd404d5a876b52b7/51e1902da16e16c0?show_docid=51e1902da16e16c0"/>
  <title type="text">Re: Testing for Ajax</title>
  <summary type="html" xml:space="preserve">
  Thank you, but that isn&#39;t working for me. I have a link that retrieves &lt;br&gt; some data and populates a div with an element. With Javascript &lt;br&gt; disabled I just get the contents of the element in an otherwise blank &lt;br&gt; screen. What I want to do is something like this: &lt;br&gt; &lt;p&gt;If (javascript is enabled): &lt;br&gt; show this link
  </summary>
  </entry>
  <entry>
  <author>
  <name>Giedrius Rekasius</name>
  <email>giedrius.rekas...@gmail.com</email>
  </author>
  <updated>2009-12-10T14:48:17Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/23b41f9a7bb82144/119aa4fd82d1c7ad?show_docid=119aa4fd82d1c7ad</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/23b41f9a7bb82144/119aa4fd82d1c7ad?show_docid=119aa4fd82d1c7ad"/>
  <title type="text">Re: Database field not reading or writing</title>
  <summary type="html" xml:space="preserve">
  Hey, &lt;br&gt; &lt;p&gt;Try to clear your model cache (app/tmp/cache/models). &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Regards, &lt;br&gt; Giedrius Rekasius
  </summary>
  </entry>
  <entry>
  <author>
  <name>Giedrius Rekasius</name>
  <email>giedrius.rekas...@gmail.com</email>
  </author>
  <updated>2009-12-10T14:05:21Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/18ae5fc6723f903c/72929caf1567ceaf?show_docid=72929caf1567ceaf</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/18ae5fc6723f903c/72929caf1567ceaf?show_docid=72929caf1567ceaf"/>
  <title type="text">Re: global functions</title>
  <summary type="html" xml:space="preserve">
  Put them in app/app_controller.php &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Regards, &lt;br&gt; Giedrius Rekasius
  </summary>
  </entry>
  <entry>
  <author>
  <name>crisuwork</name>
  <email>maran.e...@gmail.com</email>
  </author>
  <updated>2009-12-10T13:25:22Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/5af2e1750ddf2abf/28b3058c7d53066b?show_docid=28b3058c7d53066b</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/5af2e1750ddf2abf/28b3058c7d53066b?show_docid=28b3058c7d53066b"/>
  <title type="text">Re: form-&gt;input keeps value after submit is presed</title>
  <summary type="html" xml:space="preserve">
  Or you can use for ajax a normal jQuery function like: &lt;br&gt; &lt;p&gt;function SaveDataByAjax(postid){ &lt;br&gt; &lt;p&gt; $.ajax({ &lt;br&gt; type: &amp;quot;GET&amp;quot;, &lt;br&gt; url: &amp;quot;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.domain.com/posts/getviewbyajax/&quot;&gt;[link]&lt;/a&gt;&amp;quot;+postid, &lt;br&gt; data: &amp;quot;&amp;quot;, &lt;br&gt; success: function(msg){ &lt;br&gt; ...; &lt;br&gt; } &lt;br&gt; }); &lt;br&gt; &lt;p&gt;spor la treaba ;)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Délsio Cabá</name>
  <email>del...@gmail.com</email>
  </author>
  <updated>2009-12-10T12:50:45Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/306d64f5530e17c0/f0db1adfca8339e8?show_docid=f0db1adfca8339e8</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/306d64f5530e17c0/f0db1adfca8339e8?show_docid=f0db1adfca8339e8"/>
  <title type="text">Guide on creating first application</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; &lt;p&gt;I am about to create my first application with cakephp. &lt;br&gt; Actuallly I&#39;m an experienced php programmer. &lt;br&gt; &lt;p&gt;I already went to the guide on creating the blog application. &lt;br&gt; &lt;p&gt;Find attached my database structure. &lt;br&gt; &lt;p&gt;As you can see I have many relationships. &lt;br&gt; &lt;p&gt;I tried through the console creating the forms, but for some reason I can&#39;t
  </summary>
  </entry>
  <entry>
  <author>
  <name>Giedrius Rekasius</name>
  <email>giedrius.rekas...@gmail.com</email>
  </author>
  <updated>2009-12-10T11:37:47Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/1a15e5bf5cfa4521/41c35afb58b0b095?show_docid=41c35afb58b0b095</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/1a15e5bf5cfa4521/41c35afb58b0b095?show_docid=41c35afb58b0b095"/>
  <title type="text">Re: Solution for multi-lingual application with the same content</title>
  <summary type="html" xml:space="preserve">
  If you have a lot of products and product list tend to change there &lt;br&gt; would be better to have this DB structure: &lt;br&gt; &lt;p&gt;PRODUCT (id, name, desc, other properties in main language). &lt;br&gt; PRODUCT_$LANG (id, product_id, name, desc, other text properties in &lt;br&gt; whatever language you want). &lt;br&gt; &lt;p&gt;And to get translated values, you just join these tables.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Giedrius Rekasius</name>
  <email>giedrius.rekas...@gmail.com</email>
  </author>
  <updated>2009-12-10T11:26:22Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/1a15e5bf5cfa4521/cc4606332852482e?show_docid=cc4606332852482e</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/1a15e5bf5cfa4521/cc4606332852482e?show_docid=cc4606332852482e"/>
  <title type="text">Re: Solution for multi-lingual application with the same content</title>
  <summary type="html" xml:space="preserve">
  I would use the same principle as is used in CakeCMS locale files, but &lt;br&gt; just hold all info in the DB table so it can be easily edited through &lt;br&gt; CMS. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Regards, &lt;br&gt; Giedrius Rekasius
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Andersen</name>
  <email>j.andersen...@gmail.com</email>
  </author>
  <updated>2009-12-10T17:28:18Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/1a15e5bf5cfa4521/cd154f990f02db6e?show_docid=cd154f990f02db6e</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/1a15e5bf5cfa4521/cd154f990f02db6e?show_docid=cd154f990f02db6e"/>
  <title type="text">Re: Solution for multi-lingual application with the same content</title>
  <summary type="html" xml:space="preserve">
  Thanks :) &lt;br&gt; Have you looked into using i18n in your application? &lt;br&gt; See &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://book.cakephp.org/view/92/Translate&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Enjoy, &lt;br&gt; John &lt;br&gt; &lt;p&gt;[snip]
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dr. Loboto</name>
  <email>drlob...@gmail.com</email>
  </author>
  <updated>2009-12-10T17:27:35Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/cd404d5a876b52b7/365b793c79415fbe?show_docid=365b793c79415fbe</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/cd404d5a876b52b7/365b793c79415fbe?show_docid=365b793c79415fbe"/>
  <title type="text">Re: Testing for Ajax</title>
  <summary type="html" xml:space="preserve">
  AJAX links and forms in Cake AJAX helper has fallback. If JS is not &lt;br&gt; enabled links/forms will work as normal ones.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dr. Loboto</name>
  <email>drlob...@gmail.com</email>
  </author>
  <updated>2009-12-10T17:24:05Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/4b8a553b8b67c699/e8a91d8a988819be?show_docid=e8a91d8a988819be</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/4b8a553b8b67c699/e8a91d8a988819be?show_docid=e8a91d8a988819be"/>
  <title type="text">Re: Running the action twice?</title>
  <summary type="html" xml:space="preserve">
  You can check is it &amp;quot;internal redirect&amp;quot; (like requestAction) or actual &lt;br&gt; one by checking HTTP requests. If there are two HTTP request you need &lt;br&gt; to search redirect in code, if no - the problem is in requestAction or &lt;br&gt; setAction or direct call of this method.
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Andersen</name>
  <email>j.andersen...@gmail.com</email>
  </author>
  <updated>2009-12-10T17:00:38Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/23b41f9a7bb82144/8bba2b1904cdbc7e?show_docid=8bba2b1904cdbc7e</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/23b41f9a7bb82144/8bba2b1904cdbc7e?show_docid=8bba2b1904cdbc7e"/>
  <title type="text">Re: Database field not reading or writing</title>
  <summary type="html" xml:space="preserve">
  What is the column type of the recommendations column in the users &lt;br&gt; table? &lt;br&gt; Enjoy, &lt;br&gt; John &lt;br&gt; &lt;p&gt;On Dec 10, 4:42 pm, WhyNotSmile &amp;lt;sharongilmor...@googlemail.co m&amp;gt; &lt;br&gt; wrote:
  </summary>
  </entry>
  <entry>
  <author>
  <name>WhyNotSmile</name>
  <email>sharongilmor...@googlemail.com</email>
  </author>
  <updated>2009-12-10T17:00:10Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/23b41f9a7bb82144/42a4b2f4a1237c0c?show_docid=42a4b2f4a1237c0c</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/23b41f9a7bb82144/42a4b2f4a1237c0c?show_docid=42a4b2f4a1237c0c"/>
  <title type="text">Re: Database field not reading or writing</title>
  <summary type="html" xml:space="preserve">
  Thanks Jeremy, that seems to have done the trick! &lt;br&gt; &lt;p&gt;Must have cached the db structure somewhere or something - I added &lt;br&gt; that field later than the others (although I thought I&#39;d added it &lt;br&gt; locally and then uploaded the whole thing to teh server, but maybe &lt;br&gt; not). Anyway, all good now - thanks again.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jeremy Burns</name>
  <email>jeremybu...@me.com</email>
  </author>
  <updated>2009-12-10T16:25:36Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/23b41f9a7bb82144/5e6960c209ff973f?show_docid=5e6960c209ff973f</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/23b41f9a7bb82144/5e6960c209ff973f?show_docid=5e6960c209ff973f"/>
  <title type="text">Re: Database field not reading or writing</title>
  <summary type="html" xml:space="preserve">
  This might not be the answer, but the first I do when I get a db &lt;br&gt; related issue is set debug to 2 and try again. Sometimes cleaning the &lt;br&gt; caches like this resolves it, other times not. &lt;br&gt; &lt;p&gt;On Dec 10, 2:42 pm, WhyNotSmile &amp;lt;sharongilmor...@googlemail.co m&amp;gt; &lt;br&gt; wrote:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ernesto</name>
  <email>e.fanz...@gmail.com</email>
  </author>
  <updated>2009-12-10T15:00:35Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/18ae5fc6723f903c/d462957fed00e23d?show_docid=d462957fed00e23d</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/18ae5fc6723f903c/d462957fed00e23d?show_docid=d462957fed00e23d"/>
  <title type="text">Re: global functions</title>
  <summary type="html" xml:space="preserve">
  i created a php file with all the functions needed and then i loaded &lt;br&gt; it in my bootstrap.php using php&#39;s include() &lt;br&gt; &lt;p&gt;it&#39;s working ok now
  </summary>
  </entry>
</feed>
