TYPO3: Generate URL to page from id
28/11/2009First thing:
$url = $GLOBALS[‘TSFE’]->cObj->getTypoLink_URL($pageId);
Also:
I can’t believe how many fundamental things in TYPO3 are not documented, or on Google.
Web Programmer Extraordinaire - About me
First thing:
$url = $GLOBALS[‘TSFE’]->cObj->getTypoLink_URL($pageId);
Also:
I can’t believe how many fundamental things in TYPO3 are not documented, or on Google.
No comments yet.