diff --git a/8-dependency-injector.md b/8-dependency-injector.md index 43a3657..1ea1e7d 100644 --- a/8-dependency-injector.md +++ b/8-dependency-injector.md @@ -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) \ No newline at end of file +[<< previous](7-inversion-of-control.md) | [next >>](9-templating.md \ No newline at end of file diff --git a/8-templating.md b/8-templating.md new file mode 100644 index 0000000..e038b5a --- /dev/null +++ b/8-templating.md @@ -0,0 +1,7 @@ +[<< previous](8-dependency-injector.md) + +### Templating + +coming soon... + +[<< previous](8-dependency-injector.md) \ No newline at end of file diff --git a/README.md b/README.md index e88b86a..650f42d 100644 --- a/README.md +++ b/README.md @@ -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)