Election software

m (→‎Code: sp)
Line 1: Line 1:
==Code==
==Code==


The software involves to main files:
The software involves two main files:


* [[Election software/index.php]]
* [[Election software/index.php]]

Revision as of 06:05, 11 September 2011

Code

The software involves two 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