[Flow] Re: strange behaviour w. select/multiple and spl_object_hash
Tomas M
flow at 46dev.de
Mon May 11 22:42:04 CEST 2015
Hmmm, my problem isn't solved jet.
But here are some more infos:
On the first submit of the form the POST data contains only one parameter "basecls[items]" which is empty.
In Flow this appears it as "basecls => array(empty)"
On the second submit of the form the POST data contains the parameter "basecls[items]" and
in addition one parameter "basecls[items][]" which is emtpy too.
In Flow these two prameters are combined as
basecls => array(1)
integer 0 => NULL
This one throws th' exception!
I don't understand what is going on here.
Can someone explain what's on?
Thank's!!!
More information about the Flow
mailing list