Fabien Potencier dc565f781f merged branch za-creature/patch-1 (PR #943)
This PR was merged into the master branch.

Commits
-------

15be13c Update lib/Twig/Autoloader.php

Discussion
----------

Update lib/Twig/Autoloader.php

Added the ability to register the autoloader at the top of the stack, useful in some situations.

Specifically, I need this because I want the last autoload function registered in my application to throw an exception instead of producing a class not found error, and I need *that* autoloader to be registered before twig's.
2013-01-02 16:58:50 +01:00
2012-12-30 17:18:01 +01:00
2012-12-30 21:07:31 +01:00
2013-01-02 16:57:55 +01:00
2012-11-18 21:42:00 +01:00
2012-12-30 21:07:31 +01:00
2012-11-14 14:33:03 +01:00
2012-04-23 23:34:16 +02:00

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

Build Status

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.

More Information

Read the documentation for more information.

Languages
PHP 99.9%