Do one thing at a time
Is your code trying to do too much? Dramatically improve the design of your system by focusing each component on a single responsibility.
Is your code trying to do too much? Dramatically improve the design of your system by focusing each component on a single responsibility.
The ArrayAccess interface lets you manage a PHP object like an array. Set, get, delete and test values using array syntax - with Callbacky - a working exampl...
Continuing the Foundations series - create a PHP directory list class using the elegant DirectoryIterator. Create reusable and extensible code to mine subdir...
A fatal PHP error can leave you with an empty screen. Here’s how to find and manage error information in your system to get your code back on track.
A complete PHP Twitter API authorisation flow using the lovely Silex micro-framework and Guzzle 6 - from the user’s first click to a proof of concept query.
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 ...