d:\wwwroot\wuchunhua\smarty\SMARTY_3.0_BC_NOTES.txt

001: == Smarty2 backward compatibility ==
002: All Smarty2 specific API functions and deprecated functionallity has been moved
003: to the SmartyBC class.
004:
005: == {php} Tag ==
006: The {php} tag is no longer available in the standard Smarty calls.
007: The use of {php} tags is deprecated and only available in the SmartyBC class.
008:
009: == {include_php} Tag ==
010: The {include_php} tag is no longer available in the standard Smarty calls.
011: The use of {include_php} tags is deprecated and only available in the SmartyBC class.
012:
013: == php template resource ==
014: The support of the php template resource is removed.
015:
016: == $cache_dir, $compile_dir, $config_dir, $template_dir access ==
017: The mentioned properties can't be accessed directly any longer. You must use
018: corresponding getter/setters like addConfigDir(), setConfigDir(), getConfigDir()
019:
020: == obsolete Smarty class properties ==
021: The following no longer used properties are removed:
022: $allow_php_tag
023: $allow_php_template
024: $deprecation_notices