From: Fabien Potencier Date: Wed, 18 Apr 2012 05:19:25 +0000 (+0200) Subject: added a note in the documentation about what the C exension does X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=037f86aa550737abf633e991f3606b9de5a69657;p=web%2Fkonrad%2Ftwig.git added a note in the documentation about what the C exension does --- diff --git a/doc/intro.rst b/doc/intro.rst index 9a91177..cad60b6 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -102,7 +102,9 @@ Finally, enable the extension in your ``php.ini`` configuration file: extension=twig.so And from now on, Twig will automatically compile your templates to take -advantage of the C extension. +advantage of the C extension. Note that this extension does not replace the +PHP code but only provides an optimized version of the +``Twig_Template::getAttribute()`` method. .. tip::