[TYPO3] extra php-file in extension

2007-08-24 Thread PEF
Hi, I'm working on an extension that I want to extend with an extra php-file. This extra php-file is called from a javascript: window.open("my_extra_php.php, ...) For convenience I want have access to the Typo3 globals TSFE, TYPO3_DB and the tslib.pi_base.php Anyone who can tell me the right

Re: [TYPO3] extra php-file in extension

2007-08-29 Thread Bernd Wilke
PEF schrieb: > Hi, > > I'm working on an extension that I want to extend with an extra > php-file. This extra php-file is called from a javascript: > window.open("my_extra_php.php, ...) > > For convenience I want have access to the Typo3 globals TSFE, TYPO3_DB > and the tslib.pi_base.php > >

Re: [TYPO3] extra php-file in extension

2007-08-29 Thread Dmitry Dulepov [typo3]
Hi! PEF wrote: > I'm working on an extension that I want to extend with an extra > php-file. This extra php-file is called from a javascript: > window.open("my_extra_php.php, ...) > > For convenience I want have access to the Typo3 globals TSFE, TYPO3_DB > and the tslib.pi_base.php Well, you