[TYPO3-core] RFC: Moving t3lib_TCEforms_inline::getJSON() to t3lib_div::array2json()

Oliver Hader oh at inpublica.de
Mon Sep 3 10:16:51 CEST 2007


Committed to SVN Trunk (rev. 2478).
(the attached file was committed)

olly


Oliver Hader schrieb:
> This is a SVN patch request.
> 
> Problem:
> The method getJSON($jsonArray) converts an array to a JSON string for
> disposal in JavaScript. Currently this method is part of
> t3lib_TCEforms_inline what doesn't make much sense if other extensions
> want to use it.
> 
> Solution:
> Move the method from t3lib_TCEforms_inline to t3lib_div.
> t3lib_TCEforms_inline::getJSON(...) -> t3lib_div::array2json(...)
> 
> Branch: Trunk
-- 
Oliver Hader
http://inpublica.de/


More information about the TYPO3-team-core mailing list