thx for answer ...

nate wrote:
> 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.

Yes but no ... Sorry but in my AppController $this->requestAction( ...
) is unavailable ... same things for $this->log ... etc and other
method of class Object :/

Im not newbie on object oriented development but in object oriented
developement on PHP yes ....


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to