Numerals are best as words

This commit is contained in:
Jon 2014-09-15 23:17:40 +01:00 committed by lubiana
parent db9a282791
commit 83e4634c54
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

View file

@ -8,7 +8,7 @@ You should at least heard of [SOLID](http://en.wikipedia.org/wiki/SOLID_%28objec
I saw a lot of people coming into the Stack Overflow PHP chatroom and asking if framework X 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.
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 third party packages is much, much easier than some people think.
So let's get started right away with the [first part](1-front-controller.md).