How to load various frontend module templates in the backend to configure template content with symfony 1.4, doctrine

how to load various interface module templates into the backend to configure the template contents

I have a class module in frontend, as well as templates. I also created a module in the backend as an email source to access several module templates for html customization. 1. How can I access / upload templates in the backend module emailcontent

+3
source share
1 answer

I think you ask how you use the same code in the interface and backend, but customize the templates?

, , , , sfGuardPlugin.

Jobeet : http://www.symfony-project.org/jobeet/1_4/Doctrine/en/20

+4

Source: https://habr.com/ru/post/1733162/


All Articles