into templating
This commit is contained in:
parent
bfc7e12a45
commit
f54f2092aa
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
Loading…
Reference in a new issue