[TYPO3-mvc] fluid f:groupedFor grouping by object?
Alex Bailey
vile at planet-generals.de
Mon Jun 28 16:39:00 CEST 2010
I just tried the new version and seemed to have found an issue, is this
new version only usable on php 5.3? I removed the namespaces but still
couldn't get it work the problem was:
$groups[$currentGroupKey][$keyValue] = $singleElement;
at the end of the render method, $currentGroupKey doesnt get serialized
or hashed and my php wasn't able to set a object as a key in an array. I
fixed this issue by serializing the object before setting it as a
arraykey and unserializing it in the following foreach.
On 5/19/10 10:53 PM, Martin Kutschker wrote:
> Bastian Waidelich schrieb:
>> Bastian Waidelich wrote:
>>
>> Hi all,
>>
>>> I'll moved it to the Fluid tracker and
>>> commit a slightly modified version [...]
>>
>> Before committing, can you please confirm that it's working now:
>> http://forge.typo3.org/issues/show/7389
>>
>> I currently don't have a running TYPO3v4 dev setup running, so I
>> couldn't test this thoroughly.
>
> Just had a look at the patch and it looks fine.
>
> Will we see a FLUID 1.1 for TYPO3 4.3.x like we have an Extbase 1.1? I guess we'll see some
> improvements in the near future that could made available for the current stable release.
>
> Masi
More information about the TYPO3-project-typo3v4mvc
mailing list