<?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_topics.xml" rel="self" title="CakePHP feed"/>
  <updated>-0-0T::Z</updated>
  <generator uri="http://groups.google.co.uk" version="1.99">Google Groups</generator>
  <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</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/306d64f5530e17c0" />
  <title type="html">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>cakeFreak</name>
  <email>freakclimb...@gmail.com</email>
  </author>
  <updated>2009-12-10T14:48:06Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/6a4b789070935494</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/6a4b789070935494" />
  <title type="html">Authentication (cookies?) across different domains</title>
  <summary type="html" xml:space="preserve">
  Hey guys, &lt;br&gt; &lt;p&gt;developing a multilanguage application I thought to have different &lt;br&gt; languages according to the domain extension: &lt;br&gt; &lt;p&gt;i.e. &lt;br&gt; mysite.com =&amp;gt; english &lt;br&gt; mysite.it =&amp;gt; italian &lt;br&gt; &lt;p&gt;How can I keep the user authenticated across the 2 domains via &lt;br&gt; cookies? &lt;br&gt; &lt;p&gt;--------------------------- &lt;br&gt; I know that with subdomains you can just set the cookie config as
  </summary>
  </entry>
  <entry>
  <author>
  <name>WhyNotSmile</name>
  <email>sharongilmor...@googlemail.com</email>
  </author>
  <updated>2009-12-10T14:42:03Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/23b41f9a7bb82144</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/23b41f9a7bb82144" />
  <title type="html">Database field not reading or writing</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve come across a really strange problem - or else I&#39;m doing &lt;br&gt; something really stupid. &lt;br&gt; &lt;p&gt;Basically, there is a field in one of my db tables which Cake just &lt;br&gt; seems to be ignoring. The field is in a table called &#39;Users&#39;, and is &lt;br&gt; called &#39;recommendations&#39;. &lt;br&gt; &lt;p&gt;When I do &lt;br&gt; &lt;p&gt;$this-&amp;gt;User-&amp;gt;findById($userid) ;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jay</name>
  <email>jaybhu...@gmail.com</email>
  </author>
  <updated>2009-12-10T14:14:28Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/d44a9c2573a3819b</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/d44a9c2573a3819b" />
  <title type="html">xgettext: waring: file`&#39; extension `&#39; is unknown; will try C poedit</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;Im 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. &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.. &lt;br&gt; &lt;p&gt;Thanks in advance
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ernesto</name>
  <email>e.fanz...@gmail.com</email>
  </author>
  <updated>2009-12-10T13:32:08Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/18ae5fc6723f903c</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/18ae5fc6723f903c" />
  <title type="html">global functions</title>
  <summary type="html" xml:space="preserve">
  Hello. &lt;br&gt; &lt;p&gt;i have some simple functions such as &lt;br&gt; &lt;p&gt;array_depth &lt;br&gt; array_width &lt;br&gt; array_integrate &lt;br&gt; &lt;p&gt;and so on &lt;br&gt; &lt;p&gt;that are used in both Controllers and Views. &lt;br&gt; &lt;p&gt;it&#39;s very uncomfortable to copy them in a helper and in a component @ &lt;br&gt; every little mod. &lt;br&gt; &lt;p&gt;is there any clever way to manage these funcs?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jeremy Burns</name>
  <email>jeremybu...@me.com</email>
  </author>
  <updated>2009-12-10T12:58:12Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/cd404d5a876b52b7</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/cd404d5a876b52b7" />
  <title type="html">Testing for Ajax</title>
  <summary type="html" xml:space="preserve">
  I want to use the Ajax helper when Javascript is enabled, but revert &lt;br&gt; to the plain old ordinary html helper when it is not. How can I do a &lt;br&gt; simple test to see if Javascript is enabled?
  </summary>
  </entry>
  <entry>
  <author>
  <name>dev</name>
  <email>minde...@gmail.com</email>
  </author>
  <updated>2009-12-10T11:09:23Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/1a15e5bf5cfa4521</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/1a15e5bf5cfa4521" />
  <title type="html">Solution for multi-lingual application with the same content</title>
  <summary type="html" xml:space="preserve">
  I need solution for multi-lingual application where are galleries, &lt;br&gt; product&#39;s categories and product list. &lt;br&gt; &lt;p&gt;Let&#39;s say i create gallery, product&#39;s categories and products in &lt;br&gt; primary language and i need to translate them in second language, but &lt;br&gt; with the same gallery images, product categories and products. I don&#39;t
  </summary>
  </entry>
  <entry>
  <author>
  <name>mark_story</name>
  <email>mark.st...@gmail.com</email>
  </author>
  <updated>2009-12-10T04:04:55Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/3ff177528fc4ba7a</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/3ff177528fc4ba7a" />
  <title type="html">Changes in CakePHP and new plugins</title>
  <summary type="html" xml:space="preserve">
  With the development of 1.3 and 2.0 well underway the CakePHP team has &lt;br&gt; taken some time to re-evaluate and reconsider some of the tools we use &lt;br&gt; as a team and as a community. Recently, CakePHP has undergone several &lt;br&gt; changes, such as switching from Subversion to Git, and switching from &lt;br&gt; trac to the current code.cakephp.org issue tracker. Each of these
  </summary>
  </entry>
  <entry>
  <author>
  <name>d&#39;plus</name>
  <email>dp...@tlen.pl</email>
  </author>
  <updated>2009-12-09T23:30:03Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/70a8817d5151b081</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/70a8817d5151b081" />
  <title type="html">Undefined variable: url [APP/webroot/index.php ?</title>
  <summary type="html" xml:space="preserve">
  I got error: &lt;br&gt; &lt;p&gt;Notice (8): Undefined variable: url [APP/webroot/index.php, line 82] &lt;br&gt; Code | Context &lt;br&gt; &lt;p&gt; } else { &lt;br&gt; $Dispatcher = new Dispatcher(); &lt;br&gt; $Dispatcher-&amp;gt;dispatch($url); &lt;br&gt; &lt;p&gt;$GLOBALS	=	array( &lt;br&gt; &amp;quot;GLOBALS&amp;quot; =&amp;gt; array( &lt;br&gt; &amp;quot;GLOBALS&amp;quot; =&amp;gt; array(), &lt;br&gt; &amp;quot;_ENV&amp;quot; =&amp;gt; array(), &lt;br&gt; &lt;p&gt;I recently upgraded from 1.1.8 to 1.3 alpha.
  </summary>
  </entry>
  <entry>
  <author>
  <name>bujanga</name>
  <email>buja...@gmail.com</email>
  </author>
  <updated>2009-12-09T23:05:39Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/4b8a553b8b67c699</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/4b8a553b8b67c699" />
  <title type="html">Running the action twice?</title>
  <summary type="html" xml:space="preserve">
  I have looked over this code many times and really just don&#39;t know why &lt;br&gt; this is happening. It seems that cake is performing the action twice. &lt;br&gt; How do I know this? I am receiving 2 of each email. If I put an exit &lt;br&gt; statement before the end of the action, I only receive 1 of each &lt;br&gt; email. &lt;br&gt; &lt;p&gt;As a background, I am using Security-&amp;gt;requireSecure() in my
  </summary>
  </entry>
  <entry>
  <author>
  <name>00Cake</name>
  <email>olivier.levall...@gmail.com</email>
  </author>
  <updated>2009-12-09T22:19:30Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/dab8ae4b802a78ab</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/dab8ae4b802a78ab" />
  <title type="html">Create .ctp file</title>
  <summary type="html" xml:space="preserve">
  Hi All, &lt;br&gt; &lt;p&gt;I am starting discovering CakePHP and have try to do the blog tutorial &lt;br&gt; &lt;p&gt;Here is a trivial question: &lt;br&gt; &lt;p&gt;How to create a view ? How to create a .ctp file ?? &lt;br&gt; &lt;p&gt;I have not find nothing about that!! &lt;br&gt; &lt;p&gt;Thanks &lt;br&gt; &lt;p&gt;Oliver
  </summary>
  </entry>
  <entry>
  <author>
  <name>Wils</name>
  <email>anjo.virt...@gmail.com</email>
  </author>
  <updated>2009-12-09T18:37:01Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/47b9996f4bb4c3f8</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/47b9996f4bb4c3f8" />
  <title type="html">MAC + CakePHP</title>
  <summary type="html" xml:space="preserve">
  Hi Guys, &lt;br&gt; &lt;p&gt;I&#39;m trying to do some test with my cakephp setup. &lt;br&gt; &lt;p&gt;My folder structure: &lt;br&gt; bash-3.2$ pwd &lt;br&gt; /Users/wils/projects/ibanx &lt;br&gt; &lt;p&gt;bash-3.2$ ls -alh &lt;br&gt; total 16 &lt;br&gt; drwxr-xr-x 7 wils staff 238B 8 Dec 21:39 . &lt;br&gt; drwxr-xr-x 7 wils staff 238B 8 Dec 20:22 .. &lt;br&gt; -rw-r--r--@ 1 wils staff 1.1K 9 Sep 00:21 README
  </summary>
  </entry>
  <entry>
  <author>
  <name>memons</name>
  <email>shoukat.me...@gmail.com</email>
  </author>
  <updated>2009-12-09T15:00:27Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/92cf152d42587ade</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/92cf152d42587ade" />
  <title type="html">dyamic dropdown list wtih dyanamic optgroup</title>
  <summary type="html" xml:space="preserve">
  Hi there cakephp experts! I am looking for you help on a dyanmic &lt;br&gt; dropdown list with dyanamic optgroup. Suppose I have two tables: &lt;br&gt; &lt;p&gt; countries: id, country_name, &lt;br&gt; &lt;p&gt; counties: id, county_name, country_id &lt;br&gt; &lt;p&gt;Now, I want to display a dropdown list with optgroups populated frm &lt;br&gt; countries table and list items populated from counties.
  </summary>
  </entry>
  <entry>
  <author>
  <name>tobi_one</name>
  <email>tobias.h...@gmail.com</email>
  </author>
  <updated>2009-12-09T14:11:36Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/6455bc7b7eee5839</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/6455bc7b7eee5839" />
  <title type="html">XML Helper &amp; Cake = Bugs!</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I need to use XML and JSON outputs for an API that I program for a &lt;br&gt; project that has a web backend and multiple mobile clients. &lt;br&gt; &lt;p&gt;The Javascript helper with Cake works just fine, but the XML Helper is &lt;br&gt; full of bugs. I posted the initial problem here: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/cake-php/browse_thread/thread/e63ebbe1c5c710a6/43a4b4da7d9b3bac?lnk=gst&amp;q=xml#43a4b4da7d9b3bac&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>red</name>
  <email>mbu...@gmail.com</email>
  </author>
  <updated>2009-12-09T13:28:30Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/c7a4f497f69fb904</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/c7a4f497f69fb904" />
  <title type="html">How to validate HABTM model with extra fields?</title>
  <summary type="html" xml:space="preserve">
  Hello, I&#39;ve already asked on cakeqs.org but I&#39;ll try also here. &lt;br&gt; &lt;p&gt;My case is: Order HABTM Product. In joining table orders_products I&#39;ve &lt;br&gt; extra field - quantity. Now, when editing Order I can add Products and &lt;br&gt; enter quantitiy. Here is what I&#39;ve done already: &lt;br&gt; &lt;p&gt;In model Order: &lt;br&gt; public $hasAndBelongsToMany = array(
  </summary>
  </entry>
  <entry>
  <author>
  <name>thomaus</name>
  <email>tho...@saimiris.com</email>
  </author>
  <updated>2009-12-09T13:03:36Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/fa4530db62bf780b</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/fa4530db62bf780b" />
  <title type="html">Problem with AJAX submission</title>
  <summary type="html" xml:space="preserve">
  Hi there, &lt;br&gt; &lt;p&gt;I just built an AJAX form and it doesn&#39;t work at all! &lt;br&gt; &lt;p&gt;My code: &lt;br&gt; &lt;p&gt;&amp;lt;div id=&amp;quot;messages&amp;quot; style=&amp;quot;display: none&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;h3&amp;gt;Recover lost password&amp;lt;/h3&amp;gt; &lt;br&gt; &amp;lt;p&amp;gt;Enter your e-mail address and we will send a reset link to your &lt;br&gt; email &lt;br&gt; &amp;lt;?php echo $form-&amp;gt;create(&#39;User&#39;); ?&amp;gt; &lt;br&gt; &amp;lt;?php echo $form-&amp;gt;input(&#39;email&#39;, array(&#39;label&#39; =&amp;gt; __(&#39;Your
  </summary>
  </entry>
  <entry>
  <author>
  <name>appel268576</name>
  <email>appel268...@gmail.com</email>
  </author>
  <updated>2009-12-09T10:53:38Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/738f99e4e525316f</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/738f99e4e525316f" />
  <title type="html">index function question</title>
  <summary type="html" xml:space="preserve">
  Hi guys. &lt;br&gt; &lt;p&gt;I have a question, I am defining my index function but I am struggling &lt;br&gt; a bit with something. &lt;br&gt; &lt;p&gt;I want to have my index function only show all records in my index &lt;br&gt; with the associated users id. &lt;br&gt; &lt;p&gt;How does one go about this? &lt;br&gt; &lt;p&gt;here is what I have: &lt;br&gt; &lt;p&gt;function index() { &lt;br&gt; $conditions = $this-&amp;gt;Health-&amp;gt;find(&#39;first&#39;, array(&#39;conditions&#39; =&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jeremy Burns</name>
  <email>jeremybu...@me.com</email>
  </author>
  <updated>2009-12-09T08:24:42Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/80cac321c42bca3a</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/80cac321c42bca3a" />
  <title type="html">Function exists</title>
  <summary type="html" xml:space="preserve">
  I want to call a function in a controller from my app_controller, but &lt;br&gt; want to check it exists first. I&#39;ve fiddled around with &lt;br&gt; function_exists but can&#39;t get the syntax right. This is the current &lt;br&gt; version of the code (which doesn&#39;t work): &lt;br&gt; &lt;p&gt;function getRelations($id = null) { &lt;br&gt; if (function_exists($this-&amp;gt;{$this -&amp;gt;modelClass}-&amp;gt;relations())):
  </summary>
  </entry>
  <entry>
  <author>
  <name>cogitovn</name>
  <email>cogit...@gmail.com</email>
  </author>
  <updated>2009-12-09T07:58:50Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/f95b86ed6dc2e871</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/f95b86ed6dc2e871" />
  <title type="html">How to keep integer keys in array_merge() function?</title>
  <summary type="html" xml:space="preserve">
  I use array_merge() to merge some association arrays. &lt;br&gt; $array1 = array(&#39;a&#39;=&amp;gt;&#39;A&#39;, &#39;b&#39;=&amp;gt;&#39;B&#39;); &lt;br&gt; $array2 = array(12=&amp;gt;12, 13=&amp;gt;13, 14=&amp;gt;14); &lt;br&gt; &lt;p&gt;$merged = array_merge($array1,$array2); &lt;br&gt; And then, $merge = (&#39;a&#39;=&amp;gt;&#39;A&#39;,&#39;b&#39;=&amp;gt;&#39;B&#39;,0=&amp;gt;12,1=&amp;gt;13 ,2=&amp;gt;14); &lt;br&gt; &lt;p&gt;How to keep 12,13,14 as keys in the new array? &lt;br&gt; Thanks in advanced!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jayanand Bhushi</name>
  <email>jaybhu...@gmail.com</email>
  </author>
  <updated>2009-12-09T06:27:46Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/dcae326fc9bb3248</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/dcae326fc9bb3248" />
  <title type="html">Internationalization in Cakephp help( for a newbie)</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; &lt;p&gt;Im newbie to cakephp. But have implemented so many cakephp concept. &lt;br&gt; &lt;p&gt;Now I want to implement internationalization to my application. &lt;br&gt; &lt;p&gt;I dont know wat to use. i18n, p28n or l10n. &lt;br&gt; &lt;p&gt;I even dont the difference between them. &lt;br&gt; &lt;p&gt;Please give me one sample so that I can continue with it for my modules.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ziki</name>
  <email>zixw...@gmail.com</email>
  </author>
  <updated>2009-12-09T03:11:22Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/f399e99ad416c82d</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/f399e99ad416c82d" />
  <title type="html">Poll component</title>
  <summary type="html" xml:space="preserve">
  Hi, is there any poll component or some php Poll code which is CakePHP &lt;br&gt; friendly?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alan Asher</name>
  <email>a...@asteriskpound.com</email>
  </author>
  <updated>2009-12-08T20:06:51Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/bb31546c970b7812</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/bb31546c970b7812" />
  <title type="html">unbindModel issues</title>
  <summary type="html" xml:space="preserve">
  I have a users model and a photos model. &lt;br&gt; &lt;p&gt;The model for users is set up that it &amp;quot;hasMany&amp;quot; Photos and &amp;quot;belongsTo&amp;quot; &lt;br&gt; Photo &lt;br&gt; &lt;p&gt;During this code. &lt;br&gt; &lt;p&gt; $this-&amp;gt;Profile-&amp;gt;Behaviors-&amp;gt;att ach(&#39;Containable&#39;); &lt;br&gt; &lt;p&gt; $this-&amp;gt;Profile-&amp;gt;recursive=2; &lt;br&gt; &lt;p&gt; $this-&amp;gt;Profile-&amp;gt;User-&amp;gt;Photo-&amp;gt;r ecursive=0;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Will Poillion</name>
  <email>lorew...@gmail.com</email>
  </author>
  <updated>2009-12-08T18:42:30Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/6a420c0bba6774f1</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/6a420c0bba6774f1" />
  <title type="html">Parsing cakephp form data in javascript for ajax? Please advise!</title>
  <summary type="html" xml:space="preserve">
  I love the cakephp framework, but I&#39;m trying to create a primarily &lt;br&gt; javascript/ajax application. &lt;br&gt; &lt;p&gt;Given the way cakephp assigns variables for its forms (ex data &lt;br&gt; [Inventory][name]), how can I submit this data in javascript/ajax and &lt;br&gt; parse it in the javascript so that it will end up as a valid hash
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dave</name>
  <email>make.cake.b...@gmail.com</email>
  </author>
  <updated>2009-12-08T18:30:20Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/921e06f9b7fb27c0</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/921e06f9b7fb27c0" />
  <title type="html">Help With Validation Question</title>
  <summary type="html" xml:space="preserve">
  I am attempting to allow user to edit their url and email, so i load the &lt;br&gt; form up and leave it blank since both have to be unique if its filled with &lt;br&gt; their original info and edit 1 field the other will fail because it says &lt;br&gt; email / or url already exists since they only changed one. So save the form
  </summary>
  </entry>
  <entry>
  <author>
  <name>BrendonKoz</name>
  <email>brendon...@hotmail.com</email>
  </author>
  <updated>2009-12-08T17:41:07Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/67b94c2b66062746</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/67b94c2b66062746" />
  <title type="html">Media Views, Caching, and Auth - a possible problem</title>
  <summary type="html" xml:space="preserve">
  I&#39;m having a bit of an awkward time with Media Views recently after &lt;br&gt; extending my site to use a controller I had built using it (Document &lt;br&gt; Controller). I&#39;m experiencing a couple things: &lt;br&gt; &lt;p&gt;1. Internet Explorer seems to not actually load the file if caching is &lt;br&gt; either set to false, or simply not set.
  </summary>
  </entry>
  <entry>
  <author>
  <name>WhyNotSmile</name>
  <email>sharongilmor...@googlemail.com</email>
  </author>
  <updated>2009-12-08T16:54:02Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/3f4a6b5b11a6f038</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/3f4a6b5b11a6f038" />
  <title type="html">Calling function within a controller</title>
  <summary type="html" xml:space="preserve">
  This may be really dumb, but I&#39;m having trouble calling a function &lt;br&gt; from within a controller. Here&#39;s my set up: &lt;br&gt; &lt;p&gt;function accept_this($id = null) { &lt;br&gt; ... some bits of code ... &lt;br&gt; $result = accept($id); &lt;br&gt; ... processing of result ... &lt;br&gt; &lt;p&gt;function accept($id = null) { &lt;br&gt; ... some code ... &lt;br&gt; return $result; ($result has been set in the code part of this
  </summary>
  </entry>
  <entry>
  <author>
  <name>Manish Pithwa</name>
  <email>cis.man...@gmail.com</email>
  </author>
  <updated>2009-12-08T10:46:25Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/1c212eb8736055b4</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/1c212eb8736055b4" />
  <title type="html">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;Sometimes we want to see what query CakePHP has built and executed for &lt;br&gt; find and save methods if query fails or we don&#39;t get desired result. &lt;br&gt; In find method we pass array for conditions, order and grouping etc. &lt;br&gt; but how they were interpreted to build SQL is checked if we can see &lt;br&gt; the SQL (select * from..., update table set field=&#39;value&#39;... etc.) .
  </summary>
  </entry>
  <entry>
  <author>
  <name>gautam lakum</name>
  <email>lakum7...@gmail.com</email>
  </author>
  <updated>2009-12-08T07:05:52Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/97d175bee88be662</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/97d175bee88be662" />
  <title type="html">ACL - aco/aro creation help</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; &lt;p&gt;I am using ACL with my cakePHP application. I want to assign &lt;br&gt; permissions to the users. I have groups table, in which I have 3 types &lt;br&gt; of groups called &lt;br&gt; 1. superadmin &lt;br&gt; 2. admin &lt;br&gt; 3. member &lt;br&gt; &lt;p&gt;The permissions are like superadmin can access all the controllers &lt;br&gt; actions, admin can also access all the actions but can&#39;t access
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dave</name>
  <email>make.cake.b...@gmail.com</email>
  </author>
  <updated>2009-12-08T04:20:18Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/540dd35db3df3ab7</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/540dd35db3df3ab7" />
  <title type="html">404 Not Found Error</title>
  <summary type="html" xml:space="preserve">
  Any idea why this would happen? &lt;br&gt; site/admin/users/add when i go to that page it works fine. Add a new user &lt;br&gt; which goes to site/admin/users/add and I get 404 Error. &lt;br&gt; &lt;p&gt;The page is obviously there and accessible since im on the page adding a &lt;br&gt; user but when i post the data it comes back 404. &lt;br&gt; &lt;p&gt;Any ideas why this might happen?
  </summary>
  </entry>
  <entry>
  <author>
  <name>mark_nsx</name>
  <email>djmar...@gmail.com</email>
  </author>
  <updated>2009-12-08T02:42:52Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/1dcc3148790aeb5f</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/1dcc3148790aeb5f" />
  <title type="html">checking class variable if exists</title>
  <summary type="html" xml:space="preserve">
  hey guys. i suppose this is just a question about PHP classes in &lt;br&gt; general..i have a class called Store &lt;br&gt; like so: &lt;br&gt; &lt;p&gt;class Store { &lt;br&gt; public $id; &lt;br&gt; public $name; &lt;br&gt; public $url; &lt;br&gt; public $email; &lt;br&gt; &lt;p&gt; function __construct($data) {
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dave</name>
  <email>make.cake.b...@gmail.com</email>
  </author>
  <updated>2009-12-08T00:24:07Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/b46e80dd588f54d6</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/b46e80dd588f54d6" />
  <title type="html">sanitize::clean</title>
  <summary type="html" xml:space="preserve">
  Is there a way to not clean specific keys in an array? My id has &#39;-&#39; in it &lt;br&gt; so I would like to not clean specific keys of the array. &lt;br&gt; &lt;p&gt;Dave
  </summary>
  </entry>
  <entry>
  <author>
  <name>ayoub</name>
  <email>ayoub....@gmail.com</email>
  </author>
  <updated>2009-12-07T22:44:18Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/b2261559c8546f58</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/b2261559c8546f58" />
  <title type="html">cakephp can&#39;t load CSS and images and all things on Webroot and more</title>
  <summary type="html" xml:space="preserve">
  when I installed cakePHP on Ubuntu 9.10 &amp;amp; fedora 12 I got a problem &lt;br&gt; cakePHP seems to be not able to load CSS, IMAGES, Javascripts and it &lt;br&gt; responds by &amp;quot;NOT FOUND, The requested URL /myApp/tags was not found on &lt;br&gt; this server&amp;quot;, It sounds like a mod_rewrite problem !. I enabled the &lt;br&gt; rewrite and still get the same problem. When I uncommented this line
  </summary>
  </entry>
  <entry>
  <author>
  <name>Josh K</name>
  <email>joshkrae...@gmail.com</email>
  </author>
  <updated>2009-12-07T21:20:27Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/a5d9497be62919ee</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/a5d9497be62919ee" />
  <title type="html">CakePHP Modified and Created GMT Time</title>
  <summary type="html" xml:space="preserve">
  When CakePHP automatically updates the modified and created columns &lt;br&gt; (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://book.cakephp.org/view/69/created-and-modified&quot;&gt;[link]&lt;/a&gt;), it uses the &lt;br&gt; server&#39;s timezone, and not the GMT timezone (i.e - gmdate(), etc.). &lt;br&gt; Why is this? &lt;br&gt; &lt;p&gt;If I were to move to a server in a different timezone, I would have to &lt;br&gt; adjust any timezone offset calculated from the modified and created
  </summary>
  </entry>
  <entry>
  <author>
  <name>ianmcn</name>
  <email>i.mcnau...@gmail.com</email>
  </author>
  <updated>2009-12-07T19:17:23Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/0110933b02f87202</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/0110933b02f87202" />
  <title type="html">Accessing model properties from form-&gt;input</title>
  <summary type="html" xml:space="preserve">
  I&#39;m trying to use the form helper to render a bunch of radio inputs. &lt;br&gt; By default, as you will know, the options are taken from a simple &lt;br&gt; key=&amp;gt;value array retrieved from the database using $this-&amp;gt;Model-&amp;gt;find &lt;br&gt; (&amp;quot;list&amp;quot;). However, I want the value labels to be styled showing a &lt;br&gt; heading, paragraph text and a small image, all of this data is stored
  </summary>
  </entry>
  <entry>
  <author>
  <name>WhyNotSmile</name>
  <email>sharongilmor...@googlemail.com</email>
  </author>
  <updated>2009-12-07T15:52:09Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/d2d5cdbcba8e67f7</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/d2d5cdbcba8e67f7" />
  <title type="html">Running cake using a cron job</title>
  <summary type="html" xml:space="preserve">
  I know this has been discussed before on the group, but I&#39;m still &lt;br&gt; confused after reading the answers! &lt;br&gt; &lt;p&gt;Here&#39;s what I want to do. I have an application which needs to send &lt;br&gt; an email once a week to all registered users. I want to automate this &lt;br&gt; using a cron job. &lt;br&gt; &lt;p&gt;The function for sending the email is called &#39;email&#39; and is in the
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dave</name>
  <email>davewas...@gmail.com</email>
  </author>
  <updated>2009-12-07T17:19:16Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/707b9cf0b2882b91</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/707b9cf0b2882b91" />
  <title type="html">Adding a controller - File not found?</title>
  <summary type="html" xml:space="preserve">
  Hey all, &lt;br&gt; &lt;p&gt;I recently completed my first Cakephp application, based around a &lt;br&gt; single controller. I thought I would try expanding it with more &lt;br&gt; functionality, so I started up a second blank controller. Just to make &lt;br&gt; sure it would work correctly, I setup the controller blank, with &lt;br&gt; scaffolding turned on (I wrote up the associated model as well). When
  </summary>
  </entry>
  <entry>
  <author>
  <name>lirc201</name>
  <email>brian.e.lave...@gmail.com</email>
  </author>
  <updated>2009-12-07T15:51:47Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/63207ad528ce6346</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/63207ad528ce6346" />
  <title type="html">Enable access to / without Auth</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve enabled Auth for my controllers and protected various actions for &lt;br&gt; my application, however &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://mysite.com/&quot;&gt;[link]&lt;/a&gt; immediately goes to the &lt;br&gt; login screen. In app_controller, beforefilter function, I&#39;ve added &lt;br&gt; $this-&amp;gt;Auth-&amp;gt;allow(&#39;index&#39;); line but it is still prompting for &lt;br&gt; login. How can I enable public access to the initial page of my site?
  </summary>
  </entry>
  <entry>
  <author>
  <name>pablosky</name>
  <email>pablo00...@hotmail.com</email>
  </author>
  <updated>2009-12-07T13:28:52Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/d6980fc6ea18fd2a</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/d6980fc6ea18fd2a" />
  <title type="html">Auth + Acl + Redirect</title>
  <summary type="html" xml:space="preserve">
  Sorry for my English. &lt;br&gt; &lt;p&gt;I&#39;m doing an access control system using Auth and Acl components. &lt;br&gt; &lt;p&gt;In AppController: &lt;br&gt; $this-&amp;gt;Auth-&amp;gt;loginAction = array (&#39;controller&#39; =&amp;gt; &#39;users&#39;, &#39;action&#39; =&amp;gt; &lt;br&gt; &#39;login&#39;); &lt;br&gt; $this-&amp;gt;Auth-&amp;gt;logoutRedirect = array (&#39;controller&#39; =&amp;gt; &#39;users&#39;, &#39;action&#39; &lt;br&gt; =&amp;gt; &#39;login&#39;); &lt;br&gt; $this-&amp;gt;Auth-&amp;gt;loginRedirect = array (&#39;controller&#39; =&amp;gt; &#39;posts&#39;, &#39;action&#39;
  </summary>
  </entry>
  <entry>
  <author>
  <name>anand angadi</name>
  <email>anuang...@gmail.com</email>
  </author>
  <updated>2009-12-07T12:01:26Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/2c79a623f13c0d58</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/2c79a623f13c0d58" />
  <title type="html">VALIDATION</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; &lt;p&gt;I have 2 model called User,user_phone...I have imported user_phone in User &lt;br&gt; model...and I have done basic Add,Edit,Delete functionality... &lt;br&gt; &lt;p&gt;Now the problem is... &lt;br&gt; &lt;p&gt;In my view page I have input fields as username,password which belongs to &lt;br&gt; user table and one more input field as number which belongs to user_phone...
  </summary>
  </entry>
  <entry>
  <author>
  <name>SugarCRM Geek</name>
  <email>naveenshurpale...@gmail.com</email>
  </author>
  <updated>2009-12-07T10:44:33Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/bcaff59b4f76a190</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/bcaff59b4f76a190" />
  <title type="html">Populate a dropdown using Ajax</title>
  <summary type="html" xml:space="preserve">
  Hello all, &lt;br&gt; i have 2 fields in a page. one is a dropdown(Roles) &amp;amp; other is a &lt;br&gt; text field(Add New Role). &lt;br&gt; The Rolesin the dropdown are coming from the database. &lt;br&gt; Now i need to add a New Role. this has to be saved in the DB as i &lt;br&gt; click on create. When the page loads again this New Role should be &lt;br&gt; shown in the DropDown(Roles) list.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Amit Rawat</name>
  <email>rawatami...@gmail.com</email>
  </author>
  <updated>2009-12-07T10:25:52Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/3f6d676ee009c3c0</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/3f6d676ee009c3c0" />
  <title type="html">paginator help</title>
  <summary type="html" xml:space="preserve">
  Hello , &lt;br&gt; &lt;p&gt; I am having a problem with pagination. When i post data the paginator give &lt;br&gt; me correct result but when i click on next page the result are not comming &lt;br&gt; according to post value. how do i post a value from one page to another? &lt;br&gt; &lt;p&gt; any idea? &lt;br&gt; &lt;p&gt;Thanks
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mohammad Raheel</name>
  <email>madyeepakis...@gmail.com</email>
  </author>
  <updated>2009-12-07T05:44:58Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/b4db4c9fe8155d6a</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/b4db4c9fe8155d6a" />
  <title type="html">Use of Multiple Fields in $displayField var in Models</title>
  <summary type="html" xml:space="preserve">
  I want to use 2 Concatenated fields in $displayField variable in a &lt;br&gt; model so that the view can show both FirstName and LastName in the &lt;br&gt; dropdown selection. &lt;br&gt; &lt;p&gt;var $displayField = &amp;quot;firstName&amp;quot;; &lt;br&gt; &lt;p&gt;I need something like &lt;br&gt; var $displayField = &amp;quot;firstName&amp;quot;.&amp;quot; &amp;quot;.&amp;quot;lastName&amp;quot;; &lt;br&gt; &lt;p&gt;The above statement is not valid in a variable declaration inside a
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mohammad Raheel</name>
  <email>madyeepakis...@gmail.com</email>
  </author>
  <updated>2009-12-07T04:55:23Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/65593719e8027c09</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/65593719e8027c09" />
  <title type="html">Use of Associations in Add / Insert</title>
  <summary type="html" xml:space="preserve">
  I have 3 different roles in my application. &amp;quot;Customers&amp;quot;, &amp;quot;Customer &lt;br&gt; Support Agent&amp;quot;, &amp;quot;Sales Rep&amp;quot;. &lt;br&gt; &lt;p&gt;Common fields in all 3 are: &lt;br&gt; &lt;p&gt;FirstName &lt;br&gt; LastName &lt;br&gt; Email &lt;br&gt; username &lt;br&gt; password &lt;br&gt; role_id &lt;br&gt; etc....... &lt;br&gt; &lt;p&gt;Role Specific Fields are: &lt;br&gt; &lt;p&gt;Customers: &lt;br&gt; ========== &lt;br&gt; &lt;p&gt;1. Social Security Number &lt;br&gt; 2. Date of Birth
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dave</name>
  <email>make.cake.b...@gmail.com</email>
  </author>
  <updated>2009-12-07T03:34:10Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/a2a6a0b4d5ace089</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/a2a6a0b4d5ace089" />
  <title type="html">Just a little help</title>
  <summary type="html" xml:space="preserve">
  I have tried so many different ideas and none seem to work out the way I &lt;br&gt; wanted so I am asking for some input as to ideas or how you would do it. &lt;br&gt; &lt;p&gt;Idea is simple...I want the user to edit their info throughout the site on &lt;br&gt; the same page so no clicked edit &amp;gt; go to edit page &amp;gt; save and back to view.
  </summary>
  </entry>
  <entry>
  <author>
  <name>andrei.b</name>
  <email>andrei.bogdan.m...@gmail.com</email>
  </author>
  <updated>2009-12-06T20:38:58Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/5af2e1750ddf2abf</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/5af2e1750ddf2abf" />
  <title type="html">form-&gt;input keeps value after submit is presed</title>
  <summary type="html" xml:space="preserve">
  hello, &lt;br&gt; I have a comment view for a blog witch looks like this: &lt;br&gt; &lt;p&gt;&amp;lt;div class=&amp;quot;comments form&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;?php echo $form-&amp;gt;create(&#39;Comment&#39;);?&amp;gt; &lt;br&gt; &amp;lt;fieldset&amp;gt; &lt;br&gt; &amp;lt;legend&amp;gt;&amp;lt;?php __(&#39;Add Comment&#39;);?&amp;gt;&amp;lt;/legend&amp;gt; &lt;br&gt; &amp;lt;?php &lt;br&gt; echo $form-&amp;gt;input(&#39;name&#39;, array(&#39;value&#39; =&amp;gt; &#39;&#39;)); &lt;br&gt; echo $form-&amp;gt;input(&#39;content&#39;, array(&#39;value&#39; =&amp;gt; &#39;&#39;));
  </summary>
  </entry>
  <entry>
  <author>
  <name>Aditi Syal</name>
  <email>jain.aditij...@gmail.com</email>
  </author>
  <updated>2009-12-06T12:59:06Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/c54956e460bc6e58</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/c54956e460bc6e58" />
  <title type="html">Pagination of result of SQL query in CakePHP</title>
  <summary type="html" xml:space="preserve">
  SELECT `User`.`id`, `User`.`username`, `User`.`password`, &lt;br&gt; `User`.`email`, `User`.`country_id`, `User`.`state_id`, `User`.`city`, &lt;br&gt; `User`.`zipcode`, `User`.`created`, `User`.`modified`, `Country`.`id`, &lt;br&gt; `Country`.`name`, `Profile`.`id`, `Profile`.`user_id`, &lt;br&gt; `Profile`.`pickupline`, `Profile`.`categoryseek_id`, `Profile`.`dob`,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Aditi Syal</name>
  <email>jain.aditij...@gmail.com</email>
  </author>
  <updated>2009-12-06T12:47:07Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/66521b785c062c81</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/66521b785c062c81" />
  <title type="html">Pagination..</title>
  <summary type="html" xml:space="preserve">
  I have my result set ( of an SQL query operating on two models) in the &lt;br&gt; form of an array..... &lt;br&gt; &lt;p&gt;How can i paginate this?
  </summary>
  </entry>
  <entry>
  <author>
  <name>csplrj</name>
  <email>csp...@yahoo.co.in</email>
  </author>
  <updated>2009-12-06T07:47:53Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/d555687c2ec3aa85</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/d555687c2ec3aa85" />
  <title type="html">emulate hasMany relationship as Master/Detail relation or one to many</title>
  <summary type="html" xml:space="preserve">
  I am using &amp;quot;hasMany&amp;quot; Relationship with cakephp. &lt;br&gt; &lt;p&gt;I have relationship like &lt;br&gt; &lt;p&gt;Tender=&amp;gt;hasMany=&amp;gt;TenderDocumen ts &lt;br&gt; &lt;p&gt;with this kind of relationship. &lt;br&gt; &lt;p&gt;I am at &amp;quot;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://localhost/cakephp/index.php/tenders/add&quot;&gt;[link]&lt;/a&gt;&amp;quot; &lt;br&gt; Now i click &amp;quot;New Tender Document&amp;quot; and goto &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://localhost/projects/cakephp/index.php/tender_documents/add&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dave</name>
  <email>make.cake.b...@gmail.com</email>
  </author>
  <updated>2009-12-06T21:31:05Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/26217572ab7c720b</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/26217572ab7c720b" />
  <title type="html">Help With Ajax response - Ajax Handler component</title>
  <summary type="html" xml:space="preserve">
  I am trying to edit a form using Ajax. I have the submit, save or error all &lt;br&gt; working. Just the response I am having problems with. I am trying to use &lt;br&gt; Miles Ajax Handler component and basically from the controller i need to : &lt;br&gt; &lt;p&gt;if form saves return a success response and the Ajax view with the updated
  </summary>
  </entry>
  <entry>
  <author>
  <name>00Cake</name>
  <email>olivier.levall...@gmail.com</email>
  </author>
  <updated>2009-12-06T17:30:44Z</updated>
  <id>http://groups.google.co.uk/group/cake-php/browse_frm/thread/8f3e6100a0a17821</id>
  <link href="http://groups.google.co.uk/group/cake-php/browse_frm/thread/8f3e6100a0a17821" />
  <title type="html">CakePHP config issue</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; &lt;p&gt;It&#39;s been a while that I have been trying to config cakePHP to use &lt;br&gt; it... But all the time I face a new problem! Rrrr &lt;br&gt; &lt;p&gt;Here is my error message: &lt;br&gt; &lt;p&gt;&amp;quot;Missing Database Table &lt;br&gt; &lt;p&gt;Error: Database table cakephps for model Cakephp was not found.&amp;quot; &lt;br&gt; &lt;p&gt;I am not sure to know why I should have a &amp;quot;cakephps&amp;quot; table... How many
  </summary>
  </entry>
</feed>
