Julio Montoya 7464887946 Updating vendors | пре 11 година | |
---|---|---|
.. | ||
Asset | пре 11 година | |
Helper | пре 11 година | |
Loader | пре 11 година | |
Storage | пре 11 година | |
Tests | пре 11 година | |
CHANGELOG.md | пре 11 година | |
DebuggerInterface.php | пре 11 година | |
DelegatingEngine.php | пре 11 година | |
EngineInterface.php | пре 11 година | |
LICENSE | пре 11 година | |
PhpEngine.php | пре 11 година | |
README.md | пре 11 година | |
StreamingEngineInterface.php | пре 11 година | |
TemplateNameParser.php | пре 11 година | |
TemplateNameParserInterface.php | пре 11 година | |
TemplateReference.php | пре 11 година | |
TemplateReferenceInterface.php | пре 11 година | |
composer.json | пре 11 година | |
phpunit.xml.dist | пре 11 година |
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