i have several forms which use a dropdown list say for examples states/country. I dont want to store this information in the database. where is the best recommended place to save my array ??
- 
create a state model(model for each array dropdown) and retrieve the array in each of my form 
- 
create a utility model and store all my arrays 
what do you guys recommend?