[TYPO3-mvc] Referencing a PHP file, using Extbase
Adrien Crivelli
adrien.crivelli at gmail.com
Wed Aug 1 16:07:47 CEST 2012
Oh, maybe you also need to get rid of all HTML markup that TYPO3 generate.
To do that, use pageType.
1. Use TypoScript to declare a pageType which is totally blank:
https://github.com/Ecodev/newsletter/blob/1.3.0/Configuration/TypoScript/setup.txt#L74
2. Load TypoScript automatically:
https://github.com/Ecodev/newsletter/blob/1.3.0/ext_localconf.php#L6
3. And finally include &type=1342671779 in your URL
More information about the TYPO3-project-typo3v4mvc
mailing list