How to Process Params of a Route Callback Function? |
(07-07-2016, 01:09 AM)Muzikant Wrote: Hi. If you did not, read the URI Routing section in the manual: Thank you. Ive been referencing the manual constantly. The section of that page that refers to callbacks provides a very simple example and no other details. Based on it, I assume that I should be able to process the parameters and return a string that represents my rerouted path. I believe I do just that in my example, but my results are not as expected. Either my PHP has an error or Im not quite understanding how to use callbacks in this case. Whichever it is, Im not seeing the issue. |
Messages In This Thread |
How to Process Params of a Route Callback Function? - by grins - 07-06-2016, 08:08 PM
RE: How to Process Params of a Route Callback Function? - by Muzikant - 07-07-2016, 01:09 AM
RE: How to Process Params of a Route Callback Function? - by grins - 07-07-2016, 04:23 AM
RE: How to Process Params of a Route Callback Function? - by InsiteFX - 07-07-2016, 03:30 AM
RE: How to Process Params of a Route Callback Function? - by grins - 07-07-2016, 04:24 AM
RE: How to Process Params of a Route Callback Function? - by mwhitney - 07-07-2016, 08:02 AM
RE: How to Process Params of a Route Callback Function? - by grins - 07-07-2016, 06:45 PM
|