mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-30 16:50:06 +02:00
Added "The Basics" section
This commit is contained in:
12
_posts/05-05-01-The-Basics.md
Normal file
12
_posts/05-05-01-The-Basics.md
Normal 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)
|
Reference in New Issue
Block a user