Joel Wurtz 4dc490fbd5 Removing array_shift for optimisation.
For example we check if a template and use exception to redirect to a default template

Before : We checked ~1000 times => 100sec due to array_shift
After  : ~1sec
2011-08-30 06:02:31 +03:00
2010-05-11 10:38:48 +02:00
2011-08-28 09:12:46 +02:00

Twig, the flexible, fast, and secure template language for PHP

Twig is a template language for PHP, released under the new BSD license (code and documentation).

Twig uses a syntax similar to the Django and Jinja template languages which inspired the Twig runtime environment.

Languages
PHP 99.9%