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 AM UTC+2, Michael Houghton wrote:
>
> 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 https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Reply via email to