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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
No comments:
Post a Comment