lithium\template\view\adapter |
Name | Description |
---|---|
Compiler | The template compiler is a simple string replacement engine which allows PHP templates to be overridden with custom syntax. The default process rules allow PHP templates using short-echo syntax (` |
Renderer | The `Renderer` abstract class serves as a base for all concrete `Renderer` adapters. |