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
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');
>