Defining Arrays as Constants in PHP

Today I was re-factoring code on one of my online games websites. I try to make my sites as modular as possible, using a lot of constants that are extracted into …