So, in true me fashion, I found the apparent answer immediately after posting. It looks like `$this->model` always reports the model specified in `$this->Form->create()`. Let me know if anyone knows of a case where my light testing could fail.
Thanks. On Fri, Oct 22, 2010 at 9:16 PM, Rob Wilkerson <[email protected]> wrote: > I'm writing a plugin that includes an element that will be dropped > into a form to include one or more fields. Is there any way to, within > that element, detect the model for which the form was created? I don't > see anything obvious and I know that I could _assume_ based on the > controller or have the user pass in the model name, but I'd like for > the element to do all of that work if it's possible. > > Thanks. > -- Rob Wilkerson http://robwilkerson.org @robwilkerson Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
