Die TYPO3 Mailingliste - nicht fragen: lesen!
This is a discussion on [TYPO3] eID and getPIDList within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hello together i do have a small problem, where I need some help. I use eID to refresh the date ...
|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Hello together
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. The current code without $this->pi_getPidList($conf['pidList'], $conf['recursive']); is already in TER http://typo3.org/extensions/reposito...dule_ajax.php/ What do I have to init, so that the function is working correctly? Thanks for your help Regards Kay PS: I posted the same question in the german newsgroup, but got no answer. _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#2
|
|||
|
|||
|
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-extens...velopment/book In the blog: http://typo3bloke.net/pages/book-rev...garr-reynolds/ _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#3
|
|||
|
|||
|
Dmitry Dulepov [typo3] schrieb:
> The rest is only yours. TYPO3 is > not really there. > Hello Dimitry, does that mean i do have to have a look in the core and rebuild the functions I need. So that they work for my case? Is it planned to implement some of these function's like getPIDlist in the eID Tools, or isn't it. Thanks... By the way, do you know if your new book, will be avaliable as ebook via amazon too? Regards Kay _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#4
|
|||
|
|||
|
Hi!
Kay Strobach wrote: > does that mean i do have to have a look in the core and rebuild the > functions I need. So that they work for my case? Some of them are available but only very simple ones. t3lib_div is mostly available, you can instantiate language class and use some other classes. The best way is to try and see why it does not work. > Is it planned to implement some of these function's like getPIDlist in > the eID Tools, or isn't it. Nothing is planned for eID_tools. But you can request it through BT. Unless people request, we do not how what to implement ![]() > By the way, do you know if your new book, will be avaliable as ebook via > amazon too? I do not know about Amazon, but Packt will have PDF version available. -- Dmitry Dulepov TYPO3 Core team My TYPO3 book: http://www.packtpub.com/typo3-extens...velopment/book In the blog: http://typo3bloke.net/pages/book-rev...garr-reynolds/ _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#5
|
|||
|
|||
|
Hello Dimitry,
Thanks a lot, I'll keep on trying ![]() regards kay _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3-german] eID getPidList | Kay Strobach | typo3-german@lists.netfielders.de | 0 | 20.08.2008 09:49 |