This might be a dumb question but...
I've got an enum with really long names in it...
'Type'=>"Enum('ReallyReallyReallyLongNameA,ReallyReallyReallyLongNameB,ReallyReallyReallyLongNameC,ReallyReallyReallyLongNameD,ReallyReallyReallyLongNameE,ReallyReallyReallyLongNameF,ReallyReallyReallyLongNameG','ReallyReallyReallyLongNameG')",
...it's getting far too long and really annoying, is there another way to specify these or should I start make ABR (abreviations) for them?