News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Benjamin Eberlei's Blog:
Enums in PHP
September 01, 2009 @ 12:46:34

In a new post to his blog Benjamin Eberlei talks about enum data types in PHP and how the is getting close but still isn't quite there yet.

If you want to implement Enum behaviour with a simple string or int value you end up with having to validate the values at several different locations in the code rather than being able to strictly enforce the Enum structure by using typehints.

In an effort to try to help the situation he and a colleague came up with an abstract class MyEnum that uses the __toString method to do value checking. Code examples are included for the class and how to use it.

0 comments voice your opinion now!
enum splenum example code




Community Events





Don't see your event here?
Let us know!


opinion phpunit conference unittest custom introduction application series symfony2 api framework database test development component podcast language community release interview

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework