refactored a few things

This commit is contained in:
Patrick 2014-09-12 18:33:31 +02:00
parent 1f2101cfdb
commit f5851ab797
3 changed files with 15 additions and 1 deletions

View file

@ -6,4 +6,9 @@ I saw a lot of people coming into the stackoverflow PHP chatroom that asked if X
So my goal with this is to provide an easy resource that people can be pointed to. In most cases a framework does not make sense and writing an application from scratch with the help of some 3rd party packages is much, much easier than some people think.
So let's get started right away with the [setup](1-setup.md).
So let's get started right away with the [setup](1-setup.md).
### Parts
* [1. Setting up the project](1-setup.md).
* [2. Http abstraction](2-http.md).