Skip to content

Commit 01c6f90

Browse files
author
Marius Burkard
committed
- added line to guidelines
1 parent 46ea1ab commit 01c6f90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CODING_NOTES.php.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Some guidelines for web development with php.
88
* Magic quotes is gone, get used to it now. config = magic_quotes_gpc() Everything must be quoted
99
* Don't use ereg, split and other old function -> gone in php 5.4
1010
* Don't use shorttags. A Shorttag is <? and that is confusing with <?xml -> always usw <?php
11+
* Don't use namespaces
1112
* Column names in database tables and database table names are in lowercase
1213
* Classes for the interface are located in interface/lib/classes/ and loaded with $app->uses() or $app->load() functions.
1314
* Classes for the server are located in server/lib/classes/ and loaded with $app->uses() or $app->load() functions.

0 commit comments

Comments
 (0)