Is it possible to use the FormHelper ?
alaxos opened this issue · 1 comments
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.
The developer who was working on the branches is busy with other projects. The idea is that once the 2.0.0
release is finalised, work can begin on the Form Context classes, as well as some other new functionality.