This class is meant to generate select form inputs that are linked dynamically with options populated from values taken from a database.
The class generates the HTML code to output the the linked select inputs and also the necessary Javascript code to make the options of a second select input be updated when the user changes the option of the first select input.