I'm working with Typo3, extbase and fluid. I will get an array (multidimensional associative Array) from a php file into my fluid template and print it out there with a loop. I already have a own ViewHelper but I dont know how to send it to the template. They write something about the "controller" where you can initialize these variables but I don't understand it.
If there is another (simpler) way, please let me know it