user defined tag.url.arguments

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
vomaringo
Forum Members
Forum Members
Posts: 11
Joined: Thu Dec 20, 2007 5:40 pm

user defined tag.url.arguments

Post 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.
Post Reply

Return to “CMSMS Core”