We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ea1ab commit 01c6f90Copy full SHA for 01c6f90
CODING_NOTES.php.txt
@@ -8,6 +8,7 @@ Some guidelines for web development with php.
8
* Magic quotes is gone, get used to it now. config = magic_quotes_gpc() Everything must be quoted
9
* Don't use ereg, split and other old function -> gone in php 5.4
10
* Don't use shorttags. A Shorttag is <? and that is confusing with <?xml -> always usw <?php
11
+* Don't use namespaces
12
* Column names in database tables and database table names are in lowercase
13
* Classes for the interface are located in interface/lib/classes/ and loaded with $app->uses() or $app->load() functions.
14
* Classes for the server are located in server/lib/classes/ and loaded with $app->uses() or $app->load() functions.
0 commit comments