source: trunk/include/smarty/SMARTY_3.0_BC_NOTES.txt @ 23384

Last change on this file since 23384 was 23384, checked in by rvelices, 11 years ago

smarty 3 - first pass for tests

File size: 947 bytes
Line 
1== Smarty2 backward compatibility ==
2All Smarty2 specific API functions and deprecated functionallity has been moved
3to the SmartyBC class.
4
5== {php} Tag ==
6The {php} tag is no longer available in the standard Smarty calls.
7The use of {php} tags is deprecated and only available in the SmartyBC class.
8
9== {include_php} Tag ==
10The {include_php} tag is no longer available in the standard Smarty calls.
11The use of {include_php} tags is deprecated and only available in the SmartyBC class.
12
13== php template resource ==
14The support of the php template resource is removed.
15
16== $cache_dir, $compile_dir, $config_dir, $template_dir access ==
17The mentioned properties can't be accessed directly any longer. You must use
18corresponding getter/setters like addConfigDir(), setConfigDir(), getConfigDir()
19
20== obsolete Smarty class properties ==
21The following no longer used properties are removed:
22$allow_php_tag
23$allow_php_template
24$deprecation_notices
Note: See TracBrowser for help on using the repository browser.