Friday 17 July 2009 6:54:48 am
Hi there, I have a new problem : I'm programming a new extension who have to get variables from URLs : <mywebsite>/teleform/telecharger/(document)/125 So, I would like to get the "document" parameter from my PHP code. I tried :
$http = new eZHTTPTool();
$http->variable("document");
But my object is still empty. I searched around the API but I feel lost... What is the class that handle this kind of datas ? Thanks, Damien
|