Hi,

I want to contain() certain Models and get all their fields, rather
than explicitly mention every field.
For example, the example in the cookbook:

   1.  $this->Post->contain('Comment.author');

I want to do something like $this->Post->contain('Comment.*') so that
I can be picky in some models and indiscriminate in others...

Anyway to do this?

Thanks all...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to