From 037f86aa550737abf633e991f3606b9de5a69657 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 18 Apr 2012 07:19:25 +0200 Subject: [PATCH] added a note in the documentation about what the C exension does --- doc/intro.rst | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) 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:: -- 1.7.2.5