Page 1 of 1

user defined tag.url.arguments

Posted: Thu Oct 09, 2008 12:17 pm
by vomaringo
hello,
with this code i get url:
global $gCms;
$hm =& $gCms->GetHierarchyManager();
$curnode =& $hm->getNodeById(81);
$curcontent =& $curnode->GetContent();
echo 'Page URL: ' . $curcontent->GetURL();

how can i get the property 'name' of the url like that : www.mysite.com/?page=foo&name=one
thanks.