Help With Lookup Tables

hi,

I am converting an access forms into php web application so, The database contains about 40 tables that are used only as lookups to be used in filling up another tables also I have to use them as multi-selection lookups to displayed as a list of check boxes or a drop down list that contains check boxes (just like the access forms).

Now My question is there a way to use the GII to generate lookups instead of editing all of the forms, and if it’s not possible what is the easiest way to achieve the above requirements.