prefixes to variables

Prefixes to variables

I try to stick to these conventions:

Prefixes of variable names

Prefixes and suffixes of path variables:

Ex:

Assume we have (the absolute paths):
/var/www/example/aaa/myFile.txt (a file)
/var/www/example/aaa/bbb (a folder)
These are in turn also accessable via a static webserver as:
http://example.com/aaa/myFile.txt
http://example.com/aaa/bbb

Suffix

Prefixes

Modifiers to prefixes