This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Templating
2012-04-26 20:04:28 +02:00
..
Asset Fix asset generation with an empty asset 2012-04-19 11:46:54 +02:00
Helper removed unused use statements 2011-11-24 07:16:14 +01:00
Loader [Templating] fixed 'scheme://' not detected as absolute path 2011-12-08 15:42:21 +01:00
Storage [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00
Tests Add test to prevent regressions 2012-04-19 11:54:19 +02:00
CHANGELOG.md [Templating] added CHANGELOG 2012-04-26 20:04:28 +02:00
composer.json Removed version field 2012-02-27 09:59:20 +01:00
DebuggerInterface.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
DelegatingEngine.php moved EngineInterface::stream() to a new StreamingEngineInterface to keep BC with 2.0 2011-12-31 08:11:20 +01:00
EngineInterface.php moved EngineInterface::stream() to a new StreamingEngineInterface to keep BC with 2.0 2011-12-31 08:11:20 +01:00
LICENSE Updated LICENSE files copyright 2012-02-22 10:10:37 +01:00
PhpEngine.php merged 2.0 2012-01-17 11:23:18 +01:00
phpunit.xml.dist [PhpUnit] Fix the path to the boostrap files in the components 2012-03-30 13:49:28 +02:00
README.md moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
StreamingEngineInterface.php moved EngineInterface::stream() to a new StreamingEngineInterface to keep BC with 2.0 2011-12-31 08:11:20 +01:00
TemplateNameParser.php [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00
TemplateNameParserInterface.php [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00
TemplateReference.php [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00
TemplateReferenceInterface.php [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00

Templating Component

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.

Resources

You can run the unit tests with the following command:

phpunit -c src/Symfony/Component/Templating/