[TYPO3-mvc] Dynamic settings and/or register access

Thomas Skierlo pubtsk1 at pix-pro.eu
Sat Jan 12 21:05:39 CET 2013


> Hi,
>
>> Found one way, which looks extremely ugly to me. Something like
>>
>> <f:if condition="<f:cObject typoscriptObjectPath='lib.getGrid' /> == 9">
> The inline syntax should work here too:
> <f:if condition="{f:cObject(typoscriptObjectPath: 'lib.getGrid')} == 9">

Yes, that's at least a cosmetical improvement. All this would not be 
necessary if I could get my register into the settings of the object. 
Never expected extbase to be so basic. Accessing registers is a must for me.

>
>> works, as long as it is a lib.getGrid. Same construct doesn't work with
>> a "temp". Don't need caching here. There must be a better way, I suppose
>> (or hope).
> After the TS is initially built up, all temp. objects are not available
> anymore / unset, AFAIR to save memory. You have to use lib. / plugin. /
> xyz. for that. Should not have anything to to with caching.

Thank you for clearifying this.

Regards,

Thomas Skierlo


More information about the TYPO3-project-typo3v4mvc mailing list