fixed filename

This commit is contained in:
Patrick 2014-10-07 23:05:08 +02:00 committed by lubiana
parent 5c8e83b7d6
commit 5335c90c78

View file

@ -1,9 +0,0 @@
[<< previous](8-dependency-injector.md)
### Templating
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)