Election software

(Fixed links)
Line 1: Line 1:
==Election software==
==Code==
 
The software involves to main files:


* [[Election software/index.php]]
* [[Election software/index.php]]
* [[Election software/tally.inc]]
* [[Election software/tally.inc]]
index.php handles most of the work. tally.inc is only responsible for calculating and outputting the final result. Other files are used to create the UI elements or load configuration, but have no core executable code.

Revision as of 06:05, 11 September 2011

Code

The software involves to main files:

index.php handles most of the work. tally.inc is only responsible for calculating and outputting the final result. Other files are used to create the UI elements or load configuration, but have no core executable code.

Discuss this page