refactored

This commit is contained in:
Patrick 2014-09-12 23:21:50 +02:00 committed by lubiana
parent f1fecce40c
commit 3d3076ccba
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
5 changed files with 72 additions and 62 deletions

View file

@ -6,9 +6,11 @@ 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 [first part](1-front-controller.md).
### Parts
* [1. Setting up the project](1-setup.md).
* [2. HTTP abstraction](2-http.md).
1. [Front Controller](1-front-controller.md).
2. [Composer](2-composer.md).
3. [Error Handler](3-error-handler.md).
4. [HTTP](4-http.md).