Hi Tony,

Tony wrote:
> Soooo...no one has been able to answer my question

Everything you need to answer that question yourself is at your
fingertips ;) I.e. the (link I already posted to the) manaul and the
api.

You may have seen from the manual that if you use normal url parameters
you can access them like this:

function Method ($param1,$param2) {
// Equivalent but unnecessary code
//$param1 = $this->params['pass'][0];
//$param2 = $this->params['pass'][1];
}

Cake makes a lot of things easier, it would be a shame to ignore such
niceties and write longer code that achieves the same thing ;).

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