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('monthNames' => false)); > > and i see this error:*Fatal er

Re: Form->month error

2012-05-08 Thread euromark
i think the docs are outdated in this case. there are only 2 arguments in 2.x see the class itself for details. (any decent IDE would have pointed that out to you directly, though) Am Dienstag, 8. Mai 2012 18:46:41 UTC+2 schrieb hoss7: > > hi > > > http://book.cakephp.org/2.0/en/core-libraries/he

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\FormHelper.php* on line *1990* n