PHP and Enumerations - Stack Overflow
I know that PHP doesn't have native Enumerations. But I have become accustomed to them from the Java world. I would love to use enums as a way to give predefined values which IDEs' auto completion ... Well, for a simple java like enum in php, I use: class...