This repository was archived by the owner on Sep 1, 2020. It is now read-only.
This repository was archived by the owner on Sep 1, 2020. It is now read-only.
Compiling #38
Open
Description
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?