fun with arrays and requirement chains Recently, I had to figure out if a given set of features contained all of their necessary requirements. For better… Continue reading “fun with arrays and requirement chains”…
visibility and inheritance. An interesting topic came up in #phpc today. It revolved around some issues I’ve been encountering in my latest code… Continue reading “visibility and inheritance.”…
headers exception with Zend_Session while unit testing While the manual for Zend_Session does discuss unit testing and the read-only exception, it has no mention of an exception… Continue reading “headers exception with Zend_Session while unit testing”…
zend_log_exception ‘bad log priority’ I’m writing this post because there are a few times I’ve gotten this particular exception and then look at the… Continue reading “zend_log_exception ‘bad log priority’”…
openid seems to hate me been trying to comment on Chris Shiflett’s post on the twitter “Don’t Click” debacle and can’t seem to get authenticated… Continue reading “openid seems to hate me”…
string searching, you’re doing it wrong First off, I’m not trying to be a complete jack-ass, just a helpful one. This article, by Stefan Ashwell, popped… Continue reading “string searching, you’re doing it wrong”…
Zend_Log quickstart Lately, I’ve found that I need to create a more robust logging system for both audits and debugging. I found… Continue reading “Zend_Log quickstart”…
INSERT INTO `table` (`column`,`col2`) VALUES isn’t completely worthless In most cases, when doing an insert statement I use SET to increase readability. It is also nice because I… Continue reading “INSERT INTO `table` (`column`,`col2`) VALUES isn’t completely worthless”…
SXSW So after reading this post, I want to go. There’s a list of other things that seem interesting to. At… Continue reading “SXSW”…