Are you new to Cake, or to object-oriented development in general?
When I say that AppController *extends* Controller, that means that
AppController inherits all of Controller's properties and methods, not
that the base Controller object is a property of AppController.

Likewise with Controller and Object.  Long story short, you should just
be able to do $this->requestAction inside of AppController itself.


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

Reply via email to