added next topic

This commit is contained in:
Patrick 2014-10-06 22:48:28 +02:00
parent e27b5ef283
commit bfc7e12a45
3 changed files with 10 additions and 3 deletions

View file

@ -1,4 +1,4 @@
[<< previous](7-inversion-of-control.md)
[<< previous](7-inversion-of-control.md) | [next >>](9-templating.md
### Dependency Injector
@ -101,4 +101,4 @@ As you can see now the class has two dependencies. Try to access the page with a
Congratulations, you have now successfully laid the groundwork for your application.
[<< previous](7-inversion-of-control.md)
[<< previous](7-inversion-of-control.md) | [next >>](9-templating.md

7
8-templating.md Normal file
View file

@ -0,0 +1,7 @@
[<< previous](8-dependency-injector.md)
### Templating
coming soon...
[<< previous](8-dependency-injector.md)

View file

@ -22,4 +22,4 @@ So let's get started right away with the [first part](1-front-controller.md).
6. [Dispatching to a Class](6-dispatching-to-a-class.md)
7. [Inversion of Control](7-inversion-of-control.md)
8. [Dependency Injector](8-dependency-injector.md)
9. tbd...
9. [Templating](9-templating.md)