From 5c8e83b7d6b759e03c9a4ac3d27114012bb018cd Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 7 Oct 2014 22:59:11 +0200 Subject: [PATCH] into templating --- 8-templating.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/8-templating.md b/8-templating.md index e038b5a..fcab06b 100644 --- a/8-templating.md +++ b/8-templating.md @@ -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) \ No newline at end of file