I have spoke to many people working in PHP.When ever I say to them I am working in smarty framework they tell me its a template system.But I know smarty uses MVC pattern to create and maintain web sites.
Is PHP Smarty a Template Engine or Framework or Both?
Please Explain the same
MVC. Like Twig, though, it is not meant to be your library or framework. Some argue that Smarty is a template system that exposes far too much underlying PHP to be a purely template-focused tool like Flexy and Twig, where the designer is only given so much capability, when compared to Smarty. This is why you may see some developers avoid and disparage it's use in projects. In the right hands, it's ok. But be careful.