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 features could understand.
Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Showing posts with label enumeration. Show all posts
Showing posts with label enumeration. Show all posts
Friday, May 25, 2012
PHP and Enums
Wednesday, May 23, 2012
How to enumerate an enum?
How can you enumerate a enum in C#?
e.g. the following does not compile:
Wednesday, May 16, 2012
Generics using Enum in Java
I have an enum
public enum Days {
SUNDAY, MONDAY, TUESDAY, WEDNESDAY,
THURSDAY, FRIDAY, SATURDAY
Subscribe to:
Posts (Atom)