diff --git a/CODING_NOTES.php.txt b/CODING_NOTES.php.txt index 694077a7ff4cd73e1dd1ccb38f3c44429a9ced4d..040ce49e6f51c8a4ed0630cda098ea7db3835e56 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.