Skip to content

dmbookpro/php-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP View Renderer

Very simple template engine using PHP as the template language.

Build Status

Supports:

  • Layout (decorator)
  • Partials
  • Global variables (accross all templates)

Does NOT support:

  • Auto-escaping for XSS, you have to take care of that yourself

Similar to / inspired by: