Re: Use form helper in own helper

2009-08-03 Thread Cronet
hm. Thank you. I'm playing around with this... I created my own helper which uses the form helper, but simply modifies some options which I otherwise need to set in every form field. The modifications are simply divs around as I need it. http://bin.cakephp.org/view/1906937659 My problem: If I

Re: Use form helper in own helper

2009-07-07 Thread Robert P
I refer you to http://book.cakephp.org/ http://book.cakephp.org/view/102/Including-other-Helpers On Jul 7, 9:48 pm, cronet wrote: > Hi, > > i want to use the FormHelper in my own helper. > > simple helper example: > > function formTest($model) { >         App::import('Helper', 'Html'); >