[TYPO3-mvc] Transition Guide for Persistance Rewrite

Jochen Rau jochen.rau at typoplanet.de
Wed Aug 5 18:09:49 CEST 2009


Hi Bastian.

Bastian Waidelich wrote:
> Steffen Kamper wrote:
>
> Hi Jochen & Steffen,
>
>
>>> Unfortunately $GLOBALS['TYPO3_DB']->fullQuoteStr() doesn't work here
>>> [...]
>
>> you could remove the slashes before further process:
>>
>> if (!get_magic_quotes_gpc()) {
>> t3lib_div::stripSlashesOnArray($_GET);
>> t3lib_div::stripSlashesOnArray($_POST);
>> }
>
>
> ...or use t3lib_div::_GPmerged($namespace) to retrieve parameters in the
> first place.

Yes. That's the best way to get the parameters. But that doesn't work 
until the post parameters are namespaced in Fluid ;-)

I changed the Web Request Builder now but commented the lines out. 
Because this breaks the possibility to send "POST-Objects".

Would you like to fix Fluid?

Regards
Jochen

-- 
Every nit picked is a bug fixed



More information about the TYPO3-project-typo3v4mvc mailing list