jake

2007-06-26 Thread Amy1234
Hello I use joombla for one of my sites. I am trying to buil an application w/ cake. I don't understand the concept of jake. what does jake do? What do they mean by a bridge? How does it work? Thanks --~--~-~--~~~---~--~~ You received this message because you

Re: jake

2007-06-26 Thread Amy1234
that installs in Drupal. You then configure Drake to point to the Cake applications. Those Cake applications then run seamlessly within the CMS. I would assume Jake works similarly. Amy1234 wrote: Hello I use joombla for one of my sites. I am trying to buil an application w/ cake. I don't understand

horizontal form fields with css

2007-06-24 Thread Amy1234
Hello, I have googled this but is unable to find out how to do this. On my forms instead of vertically listed fields such as:Title: __ Author: ___ I would like it to be: Title: Author: how would I do that. Thanks for your help Amy would be the input box.

Re: horizontal form fields with css

2007-06-24 Thread Amy1234
are wrapped in div class=input tag. A quick and dirty method would be applying the style attribute directly to the divs wrapping the title and author elements, then clearing the next div element after these two. On Jun 24, 1:26 pm, Amy1234 [EMAIL PROTECTED] wrote: Hello, I have googled

Showing background Queries in Views

2007-06-21 Thread Amy1234
Hello, Sorry is this has been asked somewhere but I didn't see it. I have baked the application. 1. The layout/default that changes the layout of my app is located in cake/cake/libs/views/layouts/default.ctp Is that correct? What should I change so that the layout is done from the regular app

Re: is there a separate manual for 1.2

2007-06-20 Thread Amy1234
blog posts: ThinkingPHP and beyond http://feeds.feedburner.com/%7Er/thinkingphp/%7E6/1 My Business:http://www.fg-webdesign.de Amy1234 wrote: because things work very different that 1.0 did and I am confused. How do I bake with 1.2

error message new installation 1.2

2007-06-19 Thread Amy1234
hello, I have upgrated to 1.2 but i get this error Notice: Please change the value of CAKE_SESSION_STRING in app/config/ core.php to a salt value specific to your application in /Library/ WebServer/Documents/cake/cake/libs/debugger.php on line 373 what should i change it to? thanks for your

Re: error message new installation 1.2

2007-06-19 Thread Amy1234
thank you, that worked On Jun 19, 6:10 pm, Walker Hamilton [EMAIL PROTECTED] wrote: shorten the string that's there --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send

is there a separate manual for 1.2

2007-06-19 Thread Amy1234
because things work very different that 1.0 did and I am confused. How do I bake with 1.2 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to

Re: Please help with my application, passing form data

2007-06-14 Thread Amy1234
exactly was the link that you used? And the code for the hidden form field as well? And which version of Cake? On Jun 14, 10:12 am, Amy1234 [EMAIL PROTECTED] wrote: thank you for your response, however when I did that as the link on my leads/view I got an error...function addactivity

Please help with my application, passing form data

2007-06-13 Thread Amy1234
Hello, I am trying to build an application. The parent is leads and the child association is activity. everything is linked okay. when I view a lead I can add a new activity. When I press new activity it takes me to the new activity page. How do I get the lead_id that I pressedd the new

add an associated models information on the same screen as the parent model

2007-06-13 Thread Amy1234
Hi, I have a lead table and an activity table. The lead is the parent association, while the activity table is the child (related) association. I would like to add an activity on the view screen as the lead. I don't want to have to go to another url to add the activity. How would I do that?

Re: Please help with my application, passing form data

2007-06-13 Thread Amy1234
, Amy1234 [EMAIL PROTECTED] wrote: Hello, I am trying to build an application. The parent is leads and the child association is activity. everything is linked okay. when I view a lead I can add a new activity. When I press new activity it takes me to the new activity page. How do I get