RE: (HtmlHelper::submit) Deprecated: Use FormHelper::submit instead | switch off?

2007-05-20 Thread Mariano Iglesias
2 p.m. Para: Cake PHP Asunto: Re: (HtmlHelper::submit) Deprecated: Use FormHelper::submit instead | switch off? Adding var $helpers = array('Html', 'Form'); to your _controller.php will help you use $form->submit('Save

Re: (HtmlHelper::submit) Deprecated: Use FormHelper::submit instead | switch off?

2007-05-20 Thread Seann Alexander
Adding var $helpers = array('Html', 'Form'); to your _controller.php will help you use $form->submit('Save') instead of $html->submit('Save') On Apr 16, 10:19 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm not sure where it is specifically, but I would search your /cake > directory for

Re: (HtmlHelper::submit) Deprecated: Use FormHelper::submit instead | switch off?

2007-04-17 Thread Schubidu
Have i any problems in future when i update to 1.2? On 16 Apr., 22:51, "nate" <[EMAIL PROTECTED]> wrote: > You are getting this error because you are using Cake 1.1 code in Cake > 1.2. If your knowledge of Cake is not sufficient for you to be able > to solve this problem on your own, you should

Re: (HtmlHelper::submit) Deprecated: Use FormHelper::submit instead | switch off?

2007-04-16 Thread nate
You are getting this error because you are using Cake 1.1 code in Cake 1.2. If your knowledge of Cake is not sufficient for you to be able to solve this problem on your own, you should probably not be using Cake 1.2. Please downgrade to Cake 1.1. Thanks. On Apr 16, 9:42 am, "Schubidu" <[EMAIL

Re: (HtmlHelper::submit) Deprecated: Use FormHelper::submit instead | switch off?

2007-04-16 Thread [EMAIL PROTECTED]
I'm not sure where it is specifically, but I would search your /cake directory for the string "Use FormHelper::submit" and you should find the message and the deprecation. You can comment them at your own risk, as they are generally deprecated for a reason. On Apr 16, 7:42 am, "Schubidu" <[EMA

Re: (HtmlHelper::submit) Deprecated: Use FormHelper::submit instead | switch off?

2007-04-16 Thread Davide
Schubidu wrote: > > I changed > submit('Save') ?> > to > submit('Save') ?> > > but it doesnt works. Did you include the form helper in your controller? $helpers = array(...,"form",...); What error it gives to you? Bye Davide --~--~-~--~~~---~--~~ You received t

Re: (HtmlHelper::submit) Deprecated: Use FormHelper::submit instead | switch off?

2007-04-16 Thread Schubidu
I changed submit('Save') ?> to submit('Save') ?> but it doesnt works. Whats wrong? --~--~-~--~~~---~--~~ 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 T

Re: (HtmlHelper::submit) Deprecated: Use FormHelper::submit instead | switch off?

2007-04-16 Thread Daniel Hofstetter
The answer is in your question ;-) -- Daniel Hofstetter http://cakebaker.42dh.com --~--~-~--~~~---~--~~ 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

Re: (HtmlHelper::submit) Deprecated: Use FormHelper::submit instead | switch off?

2007-04-16 Thread Chris Hartjes
On 4/16/07, Schubidu <[EMAIL PROTECTED]> wrote: > > How I switch of this message "(HtmlHelper::submit) Deprecated: Use > FormHelper::submit instead"? > Um, by following the instructions and use FormHelper. -- Chris Hartjes My motto for 2007: "Just build it, damnit!" @TheBallpark - http://www

(HtmlHelper::submit) Deprecated: Use FormHelper::submit instead | switch off?

2007-04-16 Thread Schubidu
How I switch of this message "(HtmlHelper::submit) Deprecated: Use FormHelper::submit instead"? --~--~-~--~~~---~--~~ 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@googleg