[TYPO3-mvc] Transition Guide for Persistance Rewrite
Jochen Rau
jochen.rau at typoplanet.de
Tue Aug 4 16:53:41 CEST 2009
Hi Steffen.
Steffen Kamper wrote:
> Hi,
>
> Bastian Waidelich schrieb:
>> Jochen Rau wrote:
>>
>>> Yes. That's what I thought, too. But how to proceed with this? IMO
>>> this is an issue in core.
>>
>> What about $GLOBALS['TYPO3_DB']->fullQuoteStr() when you replace the
>> placeholders?
>>
>
> exactly, TYPO3 never has quoting problems when using the API
Never say "never" ;-)
Unfortunately $GLOBALS['TYPO3_DB']->fullQuoteStr() doesn't work here. We
get the string escaped twice (index_ts.php AND fullQuoteString()). This
results in having "The Po\'st #1" in the output after changing the title
to "The Po'st #1" in the FE.
IMO this is at least a documentation issue.
Regards
Jochen
--
Every nit picked is a bug fixed
More information about the TYPO3-project-typo3v4mvc
mailing list