Re: Graham Bird's AJAX tutorial in 1.2.x.x

2007-06-27 Thread Robert K S
Thanks for pointing me in the right direction, Garrett. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group

Re: Graham Bird's AJAX tutorial in 1.2.x.x

2007-06-27 Thread gwoo
The TohDoh done by Crazylegs is really well done. I would not waste my time on a two year old tutorial that was not that well written to begin with. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group.

Re: Graham Bird's AJAX tutorial in 1.2.x.x

2007-06-27 Thread Siegfried Hirsch
No, thats not the problem, cause .thtml and .ctp are still working in 1.2. But it is recommended to use .ctp, as I understood. Maybe it is a good idea to have a look at tohtoh from crazylegs. 2007/6/27, abba bryant <[EMAIL PROTECTED]>: > > > Also, since I noticed you said you were using 1.2 and t

Re: Graham Bird's AJAX tutorial in 1.2.x.x

2007-06-26 Thread abba bryant
Also, since I noticed you said you were using 1.2 and then mentioned default.thtml.. I believe the new 1.2 branches use default.ctp ( note the extension ). It could be that your thtml files are parsing as plain text? dardosordi wrote: > > >>From the title i'm guessing you dont have short_tags

Re: Graham Bird's AJAX tutorial in 1.2.x.x

2007-06-22 Thread dardosordi
>From the title i'm guessing you dont have short_tags enabled (), try using . On Jun 21, 11:23 am, Robert K S <[EMAIL PROTECTED]> wrote: > charsetTag has been changed to charset and I have my Scriptaculous > scripts in the right place (presumably: app\webroot\js). Still just > getting the Cake S

Re: Graham Bird's AJAX tutorial in 1.2.x.x

2007-06-21 Thread Robert K S
charsetTag has been changed to charset and I have my Scriptaculous scripts in the right place (presumably: app\webroot\js). Still just getting the Cake SQL log. Since I'm new to CakePHP, I'm not sure how to go about debugging. Any tips? Robert On Jun 20, 7:18 pm, danfreak <[EMAIL PROTECTED]>

Re: Graham Bird's AJAX tutorial in 1.2.x.x

2007-06-20 Thread danfreak
Hey Robert, about the html Helper in cake_1.2 charsetTag() is now simply charset() With regard to the js files: plase them all in webroot/js/ Dan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group.

Graham Bird's AJAX tutorial in 1.2.x.x

2007-06-20 Thread Robert K S
With reference to http://grahambird.co.uk/cake/tutorials/ajax.php (which has been discussed on this list before, but I'm unable to post in the other threads--I guess they're too old): I tried out the tutorial in Cake 1.2.0.5146alpha. The first problem I noticed was the /app/views/layouts/default