News Feed
Jobs Feed
Sections




News Archive
Jeremy Johnstone's Blog:
Enums in PHP
October 06, 2008 @ 07:56:08

In this new post Jeremy Johnstone looks at creating a class to add that's missing from the basic datatype set of the language - enums.

I stumbled across a blog post on how to implement Enums in PHP via userland code written by Jonathan Hohle. I liked the concept he had, but the implementation was a bit unappealing because it used eval() among other more minor issues. You shouldn't need to generate Enums at runtime, so I took that as a challenge to find a way to do it at compile time, thus making the code much more efficient.

His enums would support type hinting and would, ideally, be iterable. He gives the code he's worked up - a base class, another than extends it to make a basic enum structure and some handy changes to support comparisons. A few more changes (and a few other extended classes later) he has some pretty well functioning enums that can even bee iterated through.

0 comments voice your opinion now!
enum tutorial base datatype userland class


blog comments powered by Disqus

Similar Posts

Gonzalo Ayuso's Blog: Using a stream wrapper to access CouchDb attachments with PHP

Script-Tutorials.com: Creating Your Own Commenting System from Scratch

Builder.com.au: Text-size switching with PHP and CSS

Noupe.com: Beautiful Forms - Design, Style, & make it work with PHP & Ajax

MT-Soft Blog: Creating a secure PHP production environment from Source Code


Community Events











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


conference development language unittest opinion release phpunit code tool community podcast example testing zendframework2 application introduction framework interview series functional

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