[Typo3] BE programming addparams Problem

christian oettinger christian.oettinger at gmx.de
Wed Oct 12 12:46:28 CEST 2005


Hi all,


in t3lib_BEfunc::getFuncMenu I try to use the addparams parameter. But I 
get a strange result: My array is not added as new key/value pair to the 
existing array it's added directly behind the value of the id key in a 
way I do not understand.
So the following code:

$get_array = t3lib_div::_GET();
debug ($get_array['id']);

gives this result:
|1Array|

I've never seen something like this before in a debug output.
Does anyone know anything about this?

thanks for hints!!

oe (christian)



More information about the TYPO3-english mailing list