Documentation

Data Processing

Data processing is much simpler, as the process is contained in a dedicated script. This can be developed in any language of choice, although for functional reasons, it was initially developed in perl.

Once the form corresponding to the action you want to execute is filled out, it is executed by a script; it receives the information, incorporates the corresponding libraries (which correspond to the same equivalent functions in php), analyzes the data, debugs it (that is, if a Boolean is to be entered, it ensures it is a Boolean), verifies the data to be entered, and if everything is correct, then processes the information and makes the corresponding entries in the database. Once completed, it returns to the corresponding data display page.

Search