Please can anyone explain me what is meant by smarty codes or templates and what is role of smarty in PHP.
Hello,
Smarty is basically template based 2-tier phpbase architecture. In that you have code your business logic differently to your presentation login. Means you php code is int .php file & your website presentation is into .tpl file. & that both file work to together with using smarty templete base engine.