Re: model instance to form helper

2008-03-05 Thread gbk *
you're right, thanks for the help ! On márc. 4, 17:28, "Christian Winther" <[EMAIL PROTECTED]> wrote: > I'm not sure what you mean, but you COULD do this in the controller: > > $this->data['Alias'] = array('domain' => $search['domain'], .); > > That will make FormHelper use those variables au

RE: model instance to form helper

2008-03-04 Thread Christian Winther
I'm not sure what you mean, but you COULD do this in the controller: $this->data['Alias'] = array('domain' => $search['domain'], .); That will make FormHelper use those variables automagic as if they came from the Model :) -Original Message- From: cake-php@googlegroups.com [mailto: