[TYPO3-mvc] Transition Guide for Persistance Rewrite

Bastian Waidelich bastian at typo3.org
Tue Aug 4 18:20:35 CEST 2009


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.

Bastian


More information about the TYPO3-project-typo3v4mvc mailing list