On Wed, Jul 20, 2016 at 12:17 PM, Michael Vostrikov < michael.vostri...@gmail.com> wrote:
> > Personally I don't know any developer who is using raw php in project > without template engine > > Zend, Yii, various CMS like Wordperss, internal business-applications - in > many cases such projects don't have a template engine. > I usually work with Yii and internal applications on custom engines. This > is the reason why I raised this question. > By the way, the syntax is not weird. It is just <?* $var1, $var2 ?>. How to > use $var2 is fully up to application. > I guess the question here then is, if people aren't using templating and haven't written any of their own wrappers to sanitize the output. Then what is going to drive them to use this new syntax, especially if some aspect is still up to them? We see lots of projects not updated to use new features, so if projects are already allowing bad practices what's going to drive them to change?