Is it possible to reference a function of a class from a URL without using something like a switch or if statement to parse the url?
Say I want to call $myclass->dothis(); from a hyperlink. I do a lot of calling of functions like this but and have been using switch statements with passing variables but it keeps me from using classes in a neat way.
Thanks
Jadow