Re: Form->month error

2012-05-08 Thread hoss7
yes,thank you On Tuesday, May 8, 2012 9:16:41 PM UTC+4:30, hoss7 wrote: > > hi > > > http://book.cakephp.org/2.0/en/core-libraries/helpers/form.html#FormHelper::month > > i have run this line > > echo $this->Form->month('mob', null, array('monthNa

Re: Form->month error

2012-05-08 Thread euromark
/core-libraries/helpers/form.html#FormHelper::month > > i have run this line > > echo $this->Form->month('mob', null, array('monthNames' => false)); > > and i see this error:*Fatal error*: Unsupported operand types in * > lib\Cake\View\Helper\FormHe

Form->month error

2012-05-08 Thread hoss7
hi http://book.cakephp.org/2.0/en/core-libraries/helpers/form.html#FormHelper::month i have run this line echo $this->Form->month('mob', null, array('monthNames' => false)); and i see this error:*Fatal error*: Unsupported operand types in * lib\Cake\View\Helper\

Display Model Validation Messages with Form->month?

2008-01-25 Thread EchoChargen
o do it. I have the problem that model validation messages are not displayed automagically like the reset of my form fields. The validation is working correctly, because I see the messages in the validationerrors() array if I echo it to the view. How to attach them to a form->month element? Here&#

$form->month

2007-05-09 Thread roliver
Has anyone tried to use the $form->month method in the formHelper class? I keep getting the following error: Fatal error: Method FormHelper::month does not exist in /home/user/ workspace/galleries/trunk/cake/libs/view/helper.php on line 134 maybe it's not fully implemented. I