Added "The Basics" section

This commit is contained in:
Nick Adams
2012-08-11 03:08:19 +12:00
parent 6b35bbc23f
commit 3a02de8d8f
3 changed files with 334 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
isChild: true
---
## The Basics
PHP is a vast language that allows coders of all levels the ability to produce code not only quickly, but efficiently.
However while advancing through the language, we often forget the basics that we first learnt (or overlooked) in favor
of short cuts and/or bad habits. To help combat this common issue, this section is aimed at reminding coders of the
basic coding practices within PHP.
* Continue reading on [The Basics](/pages/The-Basics.html)