From 01c6f9032792898c22b718f100ec88e4d8155ecf Mon Sep 17 00:00:00 2001 From: Marius Burkard Date: Wed, 2 Mar 2016 11:19:14 +0100 Subject: [PATCH] - added line to guidelines --- CODING_NOTES.php.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CODING_NOTES.php.txt b/CODING_NOTES.php.txt index 694077a7ff..040ce49e6f 100644 --- a/CODING_NOTES.php.txt +++ b/CODING_NOTES.php.txt @@ -8,6 +8,7 @@ Some guidelines for web development with php. * Magic quotes is gone, get used to it now. config = magic_quotes_gpc() Everything must be quoted * Don't use ereg, split and other old function -> gone in php 5.4 * Don't use shorttags. A Shorttag is always usw uses() or $app->load() functions. * Classes for the server are located in server/lib/classes/ and loaded with $app->uses() or $app->load() functions. -- GitLab