function demo($arg1, $arg2) {
  $args = func_get_args();
  $arg3 = $args[2];
}

On Dec 17, 3:44 pm, RyOnLife <[email protected]> wrote:
> This issue has remained at the back of my mind, and I think I have a
> really simple solution. I need one question answered first:
>
> examples_controller.php has a function: demo($arg1, $arg2) { ... }
> call up this URL: /examples/demo/val1/val2/val3
>
> Inside the controller logic for demo(), how can I retrieve 'val3'?
--~--~---------~--~----~------------~-------~--~----~
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