PHP lithium\template\view\adapter Namespace

Classes

Name Description
File The File adapter implements both template loading and rendering, and uses the `view\Stream` class to auto-escape template output with short tags (i.e.
Simple This view adapter renders content using simple string substitution, and is only useful for very simple templates (no conditionals or looping) or testing.