Recommend this page to a friend! |
Classes of Marco Afonso | Mask | README.md | Download |
|
DownloadmaskMask is a PHP trait that functions as a basic PHP template engine Tutorial__create a simple view to hold ALL view logic__
__add mask__
__now create an HTML file: template.html__
__finally use it in PHP as__
__output:__
APICall variables and methods{{ variableName }} {{ methodName }} Conditions{{ if methodOrVariableName }} ... something ... {{ endif }} Foreach loops{{ for variable as local }}
{{ endfor }} Includes__include partial.html__ {{ include partial }} Options
|