You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.
Hey, I have a bunch of templates in database, my idea is to send them through a compiler, compile them to .phtml in views/ folder, and then include them from there.
My question is: how do i achive this? I saw you can set compile dir, and yeah, the idea of creating template files in a temp dir then ->get(..) all the tempaltes while setting the compile dir to views/ is a nice idea. But how do I tell Dwoo to look for compiled templates at runtime in the views and never even try to compile or look for .tpl?
The text was updated successfully, but these errors were encountered:
Hey, I have a bunch of templates in database, my idea is to send them through a compiler, compile them to .phtml in views/ folder, and then include them from there.
My question is: how do i achive this? I saw you can set compile dir, and yeah, the idea of creating template files in a temp dir then ->get(..) all the tempaltes while setting the compile dir to views/ is a nice idea. But how do I tell Dwoo to look for compiled templates at runtime in the views and never even try to compile or look for .tpl?
The text was updated successfully, but these errors were encountered: