I have an action that is going to display results by the person...

function person($lname,$fname)
    {..........blah blah......}


I have my person.ctp file that I want so show the url parameters...
for example see below

url: domin.com/controller/action/$lname/$fname

<h1>Results for $lname</h1>

I know they are available in $this->params['pass'] however I am not
sure how to use them in this instance....

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

Reply via email to