3.0 $this-Form-model no longer works

2014-07-11 Thread Michael Houghton
In 2.x, one could use $this-Form-model which would show the current model being used by the form. This was very useful when making custom helpers. I notice in 3.0 this no longer works. Is there a way to get the current form model somehow in 3.0? -- Like Us on FaceBook

Re: 3.0 $this-Form-model no longer works

2014-07-11 Thread José Lorenzo
You can get most the information you need out of $this-Form-context() which will return an EntityContext object http://api.cakephp.org/3.0/class-Cake.View.Form.EntityContext.html Otherwise just pass the entity you pass to the FormHelper to the other helpers. On Friday, July 11, 2014 9:22:14