summaryrefslogtreecommitdiff
path: root/NEW_FEATURES.txt
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@googlemail.com>2014-11-12 19:07:00 +0100
committerUwe Tews <uwe.tews@googlemail.com>2014-11-12 19:07:00 +0100
commit0b21213c550cdf1927d8a8abcef806d09e00cca2 (patch)
treed979341dcb06dbd437cb6a0836606dfd1e908b94 /NEW_FEATURES.txt
parentc7e8881c76c85a0d8a39840f9f2f969392a2a039 (diff)
downloadsmarty-0b21213c550cdf1927d8a8abcef806d09e00cca2.tar.gz
smarty-0b21213c550cdf1927d8a8abcef806d09e00cca2.tar.bz2
smarty-0b21213c550cdf1927d8a8abcef806d09e00cca2.zip
new feature - added support of namespaces to template code
Diffstat (limited to 'NEW_FEATURES.txt')
-rw-r--r--NEW_FEATURES.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEW_FEATURES.txt b/NEW_FEATURES.txt
new file mode 100644
index 00000000..0f34ad99
--- /dev/null
+++ b/NEW_FEATURES.txt
@@ -0,0 +1,13 @@
+
+
+This file contains a brief description of new features which have been added to Smarty 3.1
+
+Smarty 3.1.22
+
+ Namespace support within templates
+ ==================================
+ Within templates you can now use namespace specifications on:
+ - Constants like foo\bar\FOO
+ - Class names like foo\bar\Baz::FOO, foo\bar\Baz::$foo, foo\bar\Baz::foo()
+ - PHP function names like foo\bar\baz()
+