A lot has been said about when to use public/private/protected. Some say that you should never use private, while others say you should never use protected. About the only thing that people…
A few days ago I pushed out a very small library to help with testing APIs using Guzzle: dshafik/guzzlehttp-vcr. https://twitter.com/dshafik/status/634549904996737024 This is a simple middleware that records a request’s response the first…
In #phpc we recently had a discussion about function return values; specifically from database queries. I’m going to go on a (admittedly, rather sturdy looking) limb and say this applies to pretty…