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
Fabien Potencier 5d6a7d35b0 merged 2.0
2011-12-18 14:48:17 +01:00
..
Asset [Templating] reworked asset helper and packages 2011-05-31 06:46:30 -07: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
composer.json bumped Symfony version in composer.json files to 2.0.7 2011-11-17 06:58:47 +01:00
DebuggerInterface.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
DelegatingEngine.php [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00
EngineInterface.php [Templating] tagged the public @api 2011-07-20 10:27:25 +02:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00
PhpEngine.php Merge branch '2.0' 2011-09-28 21:56:42 +02:00
README.md tweaked the README files 2011-12-18 14:22:28 +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

Unit tests:

https://github.com/symfony/symfony/tree/master/tests/Symfony/Tests/Component/Templating