[TYPO3-mvc] image processing inside controller for json output?
Sebastian Kurfürst
sebastian at typo3.org
Fri Apr 2 16:41:35 CEST 2010
Hi Ralph,
I don't fully understand your question, but you can use controllers
directly without any view.
If a controller returns something with "return", the view will not be
rendered.
So, something like "return json_encode($var)"; is not a problem.
Hope this answers your question :)
Greets,
Sebastian
More information about the TYPO3-project-typo3v4mvc
mailing list