Development

Licence

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Conventions

Globals

All the global variables should be written in upper case letters or be capitalized.

In the core library these are values or objects: $PAGE, $LOGIN, $ACTION and these are arrays: $Lang, $Config, $Users... For the global arrays keys are capitalized too.

Paths

Currently we are living in the world of Windows and Unix systems, both in each closed and open source form (1 Sic! Look for the projects like Wine or ReactOS). That's why I'm trying to be aware of differences between these two worlds. So the filenames should be . One goal is that Apache/PHP environment gives you something that

For more details dive into the source of the FullyQualifiedPath() procedure.

Paths are stored in two ways - if it is a directory, it should containt trailing slash (/), otherwise it may be name of the file. A list of directories should look like:

	/usr/local/etc/apache22/
	/etc/apache/

If you mix elements without trailing slash (/) you make an internal difference between files and directories, because of concatenation of element and general path.

If locale() looks for the specific data named "example" for "pl" language it will read all the locale/pl/example.php files found it directories specified in $Config['LocalePath'] which probably contains:



 used in libraries;

Root paths

Root paths should begin with: