Mustache vs other engines. Maybe I should use another template engine?
Posted
by
marcioAlmada
on Stack Overflow
See other posts from Stack Overflow
or by marcioAlmada
Published on 2012-06-04T16:24:15Z
Indexed on
2012/06/04
16:40 UTC
Read the original article
Hit count: 259
I'm passing an object to mustache and this object has a method with one parameter. Is something like this possible with Mustache and PHP?
{{object.method(parameter)}}
If it gets too laborious to achieve this with Mustache, what template engine would you recommend?
Remember I need to pass parameters to object methods while in the view context (like we do with helpers). The nearest as possible to mustache syntax is welcome.
© Stack Overflow or respective owner