Patterns guide
Patterns provides your HTML, CSS, JavaScript and other types of files with a dynamic template mechanism that brings performance, re-usability and code tidiness benefits.
$e->Patterns->out("helloworld.html");$parsedContents = $e->Patterns->parse("helloworld.html");Last updated