no-framework-tutorial/9-templating.md

9 lines
421 B
Markdown
Raw Normal View History

2014-10-06 20:48:28 +00:00
[<< previous](8-dependency-injector.md)
### Templating
2014-10-07 20:59:11 +00:00
A template engine is not necessary with PHP because the language itself can take care of that. But it can make things like escaping values easier. They also make it easier to draw a clear line between your application logic and the template files which should only put your variables into the HTML code.
to be continued...
2014-10-06 20:48:28 +00:00
[<< previous](8-dependency-injector.md)