Skip to content

rin-nas/php-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP based template class

Purpose

  1. The class can be used in the component approach (MVC), when the template — a leading, component (controller) — slave.
  2. In view of the high speed of PHP-template perhaps the best solution for high loaded projects.

Features and advantages

  1. High speed execution, flexibility and power (by PHP)
  2. Very easy to use
  3. The local name space within a single template
  4. Ability to secure execution of PHP code (checking for valid syntax)

Disadvantages

  • A bit verbose syntax (by PHP) :)

History

This class is being developed since 2005 and has proved to be excellent. Experience has shown that template engines such as Smarty, Twig and other causes more problems than benefits. The main disadvantages: new syntax, limited functionality, execution low speed and/or compilation overhead, problems with debugging. PHP based template class does not have these disadvantages.

Project was exported from http://code.google.com/p/php-template

About

PHP based template class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages