public compile (mixed $templatePath, [mixed $extendsMode])
Compiles a template into a file applying the compiler options This method does not return the compiled path if the template was not compiled
1 2 | $compiler ->compile( 'views/layouts/main.volt' ); require $compiler ->getCompiledTemplatePath(); |
Please login to continue.