[TYPO3-english] Integrate RealUrl in my own extension
Dmitry Dulepov
dmitry.dulepov at gmail.com
Thu Apr 22 14:22:14 CEST 2010
Hi!
Jeppe Donslund wrote:
>> For Frontend, use typolink:
>> http://dmitry-dulepov.com/article/linking_properly_in_your_typo3_code.html
>>
>> For Backend use pagepath extension.
>>
>
> If I do like this:
>
> $pageId = $this->pi_getFFvalue($this->cObj->data['pi_flexform'],
> "pages"); // Single page
> $parameters = '&tx_mstfiskeplads_pi1[spot]=' . $sData["uid"];
> $pagepath = tx_pagepath_api::getPagePath($pageId, $parameters);
You do it wrong :( I wrote: "For Frontend, use typolink". Instead you use
pagepath...
--
Dmitry Dulepov
TYPO3 expert / TYPO3 security team member
Twitter: http://twitter.com/dmitryd
Read more @ http://dmitry-dulepov.com/
More information about the TYPO3-english
mailing list