Hi There,
I have an application and depending on the user credentials i give some global vars at login to use during the app. works fine.
some apps have, depending on the organisation, different name convention in field names. i now change the field name in the app itself using a $var. but i want a more centralised approach and store all the vars in a database and start using the var as a global at the beginning when a user logs in. Is this recommended or does this glog the memory and is there a more logical appraoch?