Say e.g. i have a URI http://127.0.0.1/somecontroller/someaction#12345 that takes me to the someAction() action of the someController controller. F
http://127.0.0.1/somecontroller/someaction#12345
someAction()
Couldn't you use the php function(s) explode("#",$_SERVER['REQUEST_URI'])? Maybe I've misunderstood the question.
explode("#",$_SERVER['REQUEST_URI'])?