On Wed, Jul 15, 2009 at 5:04 PM, havanna<thomas.blas...@diacs.de> wrote:
>
> Hi Brian,
> thank you for your answer.
>
> With $this->contain => false I'm using the shortform (see on
> http://book.cakephp.org/view/474/Containable).

Yes, it's the short form to tell Cake not to bother invoking
Containable. So there's no point in attaching it at all. You could
simply use 'recursive' => -1 instead.


> I tried your changes. The errors changed: now in my view the vars
> which I set in the controller are unknown: Undefined variable:
> Objektnummer.
>
> Is it right, that the view is the same as for tab 1 to 4 or need I an
> element to display my variables?

Yes, you need to have a view for each. Think of it as a normal request
to the server, but no layout is used. Each tab has a link to some
controller action and those actions each have their own view.

--~--~---------~--~----~------------~-------~--~----~
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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to