[TYPO3-dev] enableFields for eID functions

Martin Ficzel martin.ficzel at gmx.de
Tue Oct 30 21:01:16 CET 2007


Popy schrieb:
> 2007/10/29, Sebastian Böttger <sebastian.boettger at gmail.com>:

> 
> myeid = PAGE
> myeid {
>    typeNum = 50
>    config {
>       disableAllHeaderCode = 1
>       admPanel = 0
> 
>       // Maybe no_cache = 1  ?
>    }
> 
>    10 = USER
>    10.userFunc = class->func
>    /*
>    Let's rock
>    Your class->func is launched with the FE framework, you can enable /
> disable typo3 cache,
>    and Typo3 will output only what your class will output
>    */
> }

offcourse you can work this way ... i've done this several times and it
works fine.

but it will load many things wich are not always needed like typoscript,
rootline, userrights .... the whole typo3 framework.

the eid solution as i understand lets developers decide wich parts of
the framework should be loaded. thats why the eidtools-class has methods
to start the DB and to authenticate users.

so sebastian is asking to add an additional methods to the eidtools
class wich makes perfectly sense for me. if you look at the eidtools
class you will find that it is really looking unfinisched and wayting
for more methods.

the question is wich methods should be added. i personally think that
enable fields should be added to the class, but there are other methods
missing too.

regards Martin




More information about the TYPO3-dev mailing list