Bradley Weston
2016-03-01 87793c98cea6835c773cc51af33a4d0afc066bbc
Use CONTRIBUTING.md to follow standard for most SCM systems.
1 files renamed
4 ■■■■ changed files
CONTRIBUTING.md 4 ●●●● patch | view | raw | blame | history
CONTRIBUTING.md
File was renamed from CODING_NOTES.php.txt
@@ -1,4 +1,4 @@
Some guidelines for web development with php.
# Some guidelines for web development with php.
-----------------------------------------------------
* Unix Line Breaks Only, NO windows breaks please.
* Tabs set at 4 spaces either as tabs or spaces.
@@ -17,7 +17,7 @@
* Add documentation about access levels (public, private, protected).
* Make function / var names on the following way, first word lower, next word(s) first letter upper like. getFirstResult();
Pear coding guidelines
# Pear coding guidelines
//*****************************************************************************
// Commenting style