Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/symfony/templating
Yannick Warnier ea275aec7f Add static resources and remove tests dir for 1.10.8 release 9 years ago
..
Asset
Helper
Loader
Storage
Tests
.gitignore
CHANGELOG.md
DebuggerInterface.php
DelegatingEngine.php
EngineInterface.php
LICENSE
PhpEngine.php
README.md
StreamingEngineInterface.php
TemplateNameParser.php
TemplateNameParserInterface.php
TemplateReference.php
TemplateReferenceInterface.php
composer.json
phpunit.xml.dist

README.md

Templating Component

The Templating component 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