Julio Montoya 7464887946 Updating vendors | %!s(int64=11) %!d(string=hai) anos | |
---|---|---|
.. | ||
Asset | %!s(int64=11) %!d(string=hai) anos | |
Helper | %!s(int64=11) %!d(string=hai) anos | |
Loader | %!s(int64=11) %!d(string=hai) anos | |
Storage | %!s(int64=11) %!d(string=hai) anos | |
Tests | %!s(int64=11) %!d(string=hai) anos | |
CHANGELOG.md | %!s(int64=11) %!d(string=hai) anos | |
DebuggerInterface.php | %!s(int64=11) %!d(string=hai) anos | |
DelegatingEngine.php | %!s(int64=11) %!d(string=hai) anos | |
EngineInterface.php | %!s(int64=11) %!d(string=hai) anos | |
LICENSE | %!s(int64=11) %!d(string=hai) anos | |
PhpEngine.php | %!s(int64=11) %!d(string=hai) anos | |
README.md | %!s(int64=11) %!d(string=hai) anos | |
StreamingEngineInterface.php | %!s(int64=11) %!d(string=hai) anos | |
TemplateNameParser.php | %!s(int64=11) %!d(string=hai) anos | |
TemplateNameParserInterface.php | %!s(int64=11) %!d(string=hai) anos | |
TemplateReference.php | %!s(int64=11) %!d(string=hai) anos | |
TemplateReferenceInterface.php | %!s(int64=11) %!d(string=hai) anos | |
composer.json | %!s(int64=11) %!d(string=hai) anos | |
phpunit.xml.dist | %!s(int64=11) %!d(string=hai) anos |
Templating provides all the tools needed to build any kind of template system.
It provides an infrastructure to load template files and optionally monitor them for changes. It also provides a concrete template engine implementation using PHP with additional tools for escaping and separating templates into blocks and layouts.
You can run the unit tests with the following command:
$ cd path/to/Symfony/Component/Templating/
$ composer.phar install
$ phpunit