How to render a Fuid view template without Extbase? I. e an email template by eID
问题 I want to send an email by a TYPO3 eID script using a Fluid template file to render the mail body. I could not find a simple way how to initialize a Fuid View outside of the normal MVC Extbase context. All sources I found seemed to be outdated and very complex. So what is needed to render a fluid template? 回答1: Here is a simple function I wrote to render my templates. /** * Renders the fluid email template * @param string $template * @param array $assign * @return string */ public function