Hi, >> $this->view->controller
That's not such a good idea ;). try $this->view->name for what was asked, or simplly $this->name when you are in the view itself. Never access the controller from the view, and when at some point in the future the connection is removed, your code will still work. HTH, AD7six --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
