If you use MVC in your web app then you dont need to use Smarty(TemplateEngine) Right?
Posted
by Imran
on Stack Overflow
See other posts from Stack Overflow
or by Imran
Published on 2010-06-17T10:33:07Z
Indexed on
2010/06/17
10:43 UTC
Read the original article
Hit count: 247
I'm just trying to understand the Templating(system). If you use MVC in your web application then you don't need to use something like Smarty(template engine) as you are already separating application code from presentation code anyway by using MVC right? please correct me?
So am i correct in thinking it's MVC OR Templating or do you use both in your apps?If any one could explain this in detail it would be great.
Thank you in advance;-)
© Stack Overflow or respective owner