[TYPO3-dev] enableFields for eID functions

Steffen Kamper steffen at sk-typo3.de
Tue Oct 30 23:22:47 CET 2007


"Martin Ficzel" <martin.ficzel at gmx.de> schrieb im Newsbeitrag 
news:mailman.1.1193774476.6490.typo3-dev at lists.netfielders.de...
> 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

i think the most important would be a cObj on demand - then you can do 
nearly all you need.

vg  Steffen 






More information about the TYPO3-dev mailing list