into templating

This commit is contained in:
Patrick 2014-10-07 22:59:11 +02:00 committed by lubiana
parent a81425e78c
commit 1376b6abf3
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

View file

@ -2,6 +2,8 @@
### Templating
coming soon...
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...
[<< previous](8-dependency-injector.md)