Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > c9cca9a8ccaeff67646c9095bb6bb0fa > files > 7

php-symfony2-Templating-2.2.10-1.fc18.noarch.rpm

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:

    $ cd path/to/Symfony/Component/Templating/
    $ composer.phar install
    $ phpunit