Fix case, minor wording tweak

This commit is contained in:
Jon 2014-09-15 22:47:21 +01:00
parent 8847b3ef36
commit ddcad6e90d

View file

@ -6,7 +6,7 @@ If you are really new to the language, this is not for you. This tutorial is aim
You should at least heard of [SOLID](http://en.wikipedia.org/wiki/SOLID_%28object-oriented_design%29). If you are not familiar with it, now would be a good time to familiarize yourself with the principles before you start with the tutorial.
I saw a lot of people coming into the stackoverflow PHP chatroom that asked if X framework is any good. Most of the time the answer was that they should just use PHP and not a framework to build their application. But many are overwhelmed by this and don't know where to start.
I saw a lot of people coming into the Stack Overflow PHP chatroom and asking if X framework is any good. Most of the time the answer was that they should just use PHP and not a framework to build their application. But many are overwhelmed by this and don't know where to start.
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.
@ -20,4 +20,4 @@ So let's get started right away with the [first part](1-front-controller.md).
4. [HTTP](4-http.md)
5. [Router](5-router.md)
6. [Controllers](6-controllers.md)
7. Dependency Injector
7. Dependency Injector