How to render Twig template from database in symfony2

前端 未结 11 995
闹比i
闹比i 2020-12-08 04:21

I\'m working on application written in symfony2 and I want to send email after some action/event... the problem is, that the users can define something like \"email template

11条回答
  •  北海茫月
    2020-12-08 05:20

    With Symfony 2.2 you can use the Twig_Chain_Loader
    How to register another (custom) Twig loader in Symfony2 environment?

提交回复
热议问题