Re: I have the same problem

2007-12-02 Thread ldb
G'day Thanks for mentioning this, I did have problems with 1.18 but I just stared with CakePHP and thought I just didn't know how to use them right. Missed something in the setup...;-) On Dec 2, 4:42 pm, Jimz [EMAIL PROTECTED] wrote: Hi Keymaster, I'm getting the same problem. If I refresh

Re: newbie question - multiple functions in a page

2007-12-02 Thread ldb
G'day Would the Ajax helper be what you are looking for, or have I misunderstood? I did visit your link..;-) On Dec 2, 5:15 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi everyone, Apologies if this is a silly question, I'm brand new to Cake (and frameworks in general!). Every

Re: using one select box to generate the results for two more

2007-12-02 Thread ldb
G'day Just for closing, restructure of the table was required, then the folks I was doing this for dropped the requirement On Nov 16, 8:08 am, ldb [EMAIL PROTECTED] wrote: G'day Ah, should have mentioned, I can restructure the table if that is needed, was trying not to. Been

Re: Newbie question: how do i load the javascript helper ?

2007-11-30 Thread ldb
G'day Hopefully I'm not misunderstanding. In your controller, make sure you have it defined. var $helpers = array('Html', 'Form','Javascript', 'Ajax' ); is the full line I have for context. That will work for just Javascript. If you use any helpers that are not built in, just make sure you put

FormWizard snippet for Cake 1.1

2007-11-30 Thread ldb
for this project and have had lots of hurdles so far. Thanks... -- ldb --~--~-~--~~~---~--~~ 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

RE: Migration from 1.1 to 1.2 problems

2007-11-28 Thread ldb
the entire browser window? Can anyone help please? Happy to read but am currently out of material.;-) To save folks the trouble, the donutczar site has : ?php echo $form-radio('Contacts.firstName',array('yes','no')); ? Thanks... ldb --~--~-~--~~~---~--~~ You

Re: javascript declarations

2007-11-21 Thread ldb
://ragrawal.wordpress.com/2007/10/25/top-5-reasons-why-ie7-is-com... On Nov 20, 3:11 pm, Pablo Viojo [EMAIL PROTECTED] wrote: Please provide more details...javascript error, if any, generated html code, etc -- Pablo Viojo [EMAIL PROTECTED]://pviojo.net On Nov 20, 2007 4:07 PM,ldb[EMAIL PROTECTED

RE: recommendations for credit card processing

2007-11-21 Thread ldb
application involves only one product unit which I would like to feed the checkout and process the credit card. So no shopping cart is necessary but I can alter one if necessary for the same effect. Thanks.. -- ldb --~--~-~--~~~---~--~~ You received this message

RE: javascript declarations

2007-11-20 Thread ldb
')); echo ($javascript-link('scriptaculous')); echo ($javascript-link('datepicker')); } ? This works fine in Firefox and Safari on Windows and of course any linux browser??? Thanks...;-) -- ldb --~--~-~--~~~---~--~~ You received this message

Re: using one select box to generate the results for two more

2007-11-16 Thread ldb
... On Nov 15, 10:29 pm,ldb[EMAIL PROTECTED] wrote: G'day I just can't seem to find the right answer to this one. Hopefully someone can point me in the right direction please. I have the following function in a app/controllers/models_controller.php. I load three select boxes two of which rely

Re: using one select box to generate the results for two more

2007-11-16 Thread ldb
G'day Ah, should have mentioned, I can restructure the table if that is needed, was trying not to. Been through too much trying to figure this one out, restructure would have to be less trouble if it makes Cake happier and works better within it's format. Thanks...;-) On Nov 16, 8:04 am, ldb

RE: using one select box to generate the results for two more

2007-11-15 Thread ldb
}.Modelinfo.AltModel_Number')); $this-set('altmodels', $this-Altmodel- generateList(array('Altmodel.Model_Number'= 'LD400'),null, null, '{n}.Altmodel.Model_Number','{n}.Altmodel.Alt_Model')); } Thanks -- ldb --~--~-~--~~~---~--~~ You received this message

Re: generated list not available in one view, results in Undefined variable referencing the list variable.

2007-11-14 Thread ldb
On Nov 14, 5:18 pm, ldb [EMAIL PROTECTED] wrote: G'day I feel that I am somewhat standing in front of a forest shooting at it, hoping to hit a tree looking for what would cause the following. I am hoping I've just missed something in my usage of CakePHP here and someone can refer me

RE: generated list not available in one view, results in Undefined variable referencing the list variable.

2007-11-14 Thread ldb
missed reading something but have been reading alot today, mostly wrong turns but very educational ones. Can anyone please tell me which grove of trees to aim for? Thanks... -- ldb --~--~-~--~~~---~--~~ You received this message because you are subscribed