fixed filename
This commit is contained in:
parent
377f591ffa
commit
427a35a690
1 changed files with 0 additions and 0 deletions
9
9-templating.md
Normal file
9
9-templating.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
[<< 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)
|
Loading…
Add table
Add a link
Reference in a new issue