SMARTY_3.0_BC_NOTES.txt 947 B

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