Hi,
I'm trying to use your very promising plugin to implement some CRUD on a custom webservice but I'm facing a problem when creating a form in the view. The FormHelper fails to create a context based on the Resource given to the Form->create($resource) method.
I noticed the form-context branch of the project, and I guess this has something to do with that, but what's the state of these branches ? Is it already possible to use the FormHelper ? If not what's the best alternative ? Modelless forms ?
Thanks a lot.
Hi,
I'm trying to use your very promising plugin to implement some CRUD on a custom webservice but I'm facing a problem when creating a form in the view. The FormHelper fails to create a context based on the Resource given to the
Form->create($resource)method.I noticed the
form-contextbranch of the project, and I guess this has something to do with that, but what's the state of these branches ? Is it already possible to use the FormHelper ? If not what's the best alternative ? Modelless forms ?Thanks a lot.