Re: [TYPO3] adding new function int pi Class

2007-06-23 Thread Dmitry Dulepov
Hi! Sancar Saran wrote: > $GLOBALS["TSFE"]->set_no_cache(); Never ever do this! If you need to avoid caching, make youe extension USER_INT! But do not use set_no_cache() ever from extension! -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ S

Re: [TYPO3] adding new function int pi Class

2007-06-23 Thread Sancar Saran
> Fatal error: Call to undefined function TTTEst() > in /web/typo3/typo3conf/ext/evodot_wbscgi/pi2/class.tx_evodotwbscgi_pi2.php > on line 102 > > Regards > > Sancar Sorry my bad, noob to typo3 noob to OO have to $content.= $this->TTTEst(); Regards Sancar __

[TYPO3] adding new function int pi Class

2007-06-23 Thread Sancar Saran
hi I'm trying to resolve things and get very interesting error Here code function main($content,$conf) { $this->conf=$conf; $this->pi_setPiVarDefaults(); $this->pi_loadLL(); $this->templateFileContent = $this->cObj->cObjGe