What are the real advantages of templating engines over just using PHP?

前端 未结 10 1640
青春惊慌失措
青春惊慌失措 2021-02-05 02:33

I develop my web applications using only PHP for the view files and I don\'t feel limited in any way, but I hear there\'s a consistent number of developers advocating \"external

10条回答
  •  误落风尘
    2021-02-05 03:30

    Some templating engines can compile templates leading to highly optimized transforms. Take for example the XslCompiledTransform in .NET.

提交回复
热议问题