Briefly speaking, $this->passedArgs holds only params passed and named, but $this->params does more than that. For exmaple, you don't have access to values such as controller, plugin and isAjax by using $this->passedArgs. Personally, I always use $this->params to access parameters rather than the other.
hth --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
