Problem We need to refactor a module in our project. The functionality of the module is somewhat simple as it just lets you select a csv file, match the fields with fields in a database and do a import. The code consists of some php, javascript and css files. The code right now is quite interwoven so we have inline javascript and css in the php files. Likewise we have view, control and model mixed up in one big class. Job We need the code to be refactored to the mvc pattern....