[TYPO3] passing variables to PHP script
Franz Holzinger
franz at fholzinger.com
Sat Jul 28 23:17:52 CEST 2007
Hello Catherine,
> Jan and I have been working on this problem ... but Jan isnt
> familiar with Templavoila, so we have hit a snag.
>
> I have the PHP script with Typo3 Globals, etc, but we can't work
> out how to code the typoscript in the template to get it to render
> properly.
>
> Without TV, Jan says
>
> page.20 = PHP_SCRIPT_INT
> page.20.file = fileadmin/IHInternalSpokeNav.php
>
> works fine ... but we have tried a few things with lib.myObject
> (which is mapped) but can't get anything to work.
The TYPO3 book
http://typo3.org/documentation/typo3-book/
says that this is a known problem. You should not use PHP_SCRIPT_INT any
more. You cannot even debug it with cc_debug.
Use the extension kickstarter instead and write a TYPO3 extension for this.
- Franz
More information about the TYPO3-english
mailing list