-
Fabien Potencier authored
Usage example: $app->register(new TwigExtension(), array( 'twig.path' => __DIR__.'/templates', 'twig.options' => array('cache' => __DIR__.'/../cache', 'debug' => true, 'strict_variables' => true), 'twig.configure' => $app->protect(function ($twig) use ($app) { $twig->addExtension(...); }) ));
0537e441
Name |
Last commit
|
Last update |
---|---|---|
src/Silex | ||
tests | ||
vendor | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
README.md | ||
autoload.php | ||
compile | ||
example.htaccess | ||
phpunit.xml.dist |