[TYPO3] eID and getPIDList

Dmitry Dulepov [typo3] dmitry at typo3.org
Thu Aug 21 09:22:30 CEST 2008


Hi!

Kay Strobach wrote:
> i do have a small problem, where I need some help.
> 
> I use eID to refresh the date in my substitutionsschedule extension.
> That works fine so far, but I can't use
>     $this->pi_getPidList($conf['pidList'], $conf['recursive']);
> without errors in my class, thats extends tslib_pibase.

eID should not extend tslib_pibase. tslib_pibase requires full TYPO3 Frontend. With eID you are on your own: you can have database connection and some constants (like PATH_site). The rest is only yours. TYPO3 is not really there.

-- 
Dmitry Dulepov
TYPO3 Core team
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book
In the blog: http://typo3bloke.net/pages/book-reviews/presentation-zen-by-garr-reynolds/


More information about the TYPO3-english mailing list