Reputation: 2309
my old version of smarty
is 2.6.20 now i need to upgrade old version to new version 3.1.1. but in new version of smarty
(3.1.1) i see change libs file directory. can i switch to new version without change my php code ? how to ?
old smarty directory: libs/
/internals/
/plugins/
Config_File.class.php
debug.tpl
Smarty.class.php
Smarty_Compiler.class.php
new smarty directory : libs/
/plugins/
/sysplugins/
Smarty.class.php
SmartyBC.class.php
debug.tpl
Upvotes: 1
Views: 1883
Reputation: 13557
It is rather unlikely that an upgrade can be made without touching your code/templates. For a list of things to look out for, read the following upgrade notes:
Upvotes: 1