0
Following the good practices of the MVC model, would it be correct for a template to evoke another template? Or it would be a feature unique to a map or controller?
0
Following the good practices of the MVC model, would it be correct for a template to evoke another template? Or it would be a feature unique to a map or controller?
Browser other questions tagged mvc template
You are not signed in. Login or sign up in order to post.
What you mean by evoke?
– Woss
@Andersoncarloswoss make a call for example
– Estêvão Silva
I do things in PHP using Smarty templates for View layer, and use and abuse of includes from one template in the other, and even view inheritance. Template type "frame" in a file using {block} and views inherit this, and includes for re-usable parts type "share bar"
– Evandro Klimpel Balmant