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

Ibzi's Blog: Start caching all your pages in 5 steps

Richard Thomas' Blog: Solar Framework Shorts - Using Multiple auth adapters

Josh Gilman's Blog: HTTPSock Class

PHPMaster.com: Parsing XML With SimpleXML

Zend Developer Zone: NestedSetDbTable class


Community Events











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


opinion zendframework2 conference rest framework development symfony2 introduction unittest podcast interview usergroup release phpunit database series community testing functional language

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