A PHP Enum class
Here’s one approach that addresses the current lack of a native PHP enum class. An Enum type allows you to define and enforce a limited set of values, and...
Here’s one approach that addresses the current lack of a native PHP enum class. An Enum type allows you to define and enforce a limited set of values, and...
Coders and writers are a sedentary bunch by and large. Because I’m both, I probably get a double dose of sitting around. Apparently sitting is the new smokin...
This is the inevitable test post for this soft-launched iteration of Matt Zandstra’s getinstance() site. It’s all a bit bare bones round here at the moment ...