Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Symfony2 で基本的な CMS を作成しようとしています。小枝コードをmysqlからコントローラーに何らかの方法で「変換」することは可能ですか?
たとえば、mysqlにあるとしましょう
{% include 'FOO::FOO.html.twig' %}
orm から取得したときに、単にエコーするのではなく、テンプレートをロードする方法
どうもありがとう。
twig の内部レクサー、パーサー、およびコンパイラーを使用して、テンプレートの php オブジェクト表現を取得できます。
http://twig.sensiolabs.org/doc/internals.html