From c2ff808db6533b28c25ba01fd22d42cfe871f10a Mon Sep 17 00:00:00 2001 From: "monte.ohrt" Date: Mon, 8 Feb 2010 17:49:26 +0000 Subject: [PATCH] update README --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index ac5dc388..efa18623 100644 --- a/README +++ b/README @@ -136,6 +136,9 @@ backward compatible with Smarty 2, except for the following items: Therefore, { foo } will not compile as a tag, you must use {foo}. This change Makes Javascript/CSS easier to work with, eliminating the need for {literal}. This can be disabled by setting $smarty->auto_literal = false; +*) The Smarty 3 API is a bit different. Many Smarty 2 API calls are deprecated + but still work. You will want to update your calls to Smarty 3 for maximum + efficiency. There are many things that are new to Smarty 3. Here are the notable items: