Hi,
I want to render a view in another view using:
echo $this->render('/board_threads/index', 'plain', null);

The Layout 'plain' is just containing '<?php echo
$content_for_layout; ?>'

The rendering seems to work fine, but the Variable I set with set();
in the index() of BoardThreadsController
are undefinded..

What is wrong here?

Thanks and kind regards,
Volka

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to