Monthly Archive:: February 2014

PHP: How to Convert stdClass Object to Array

In my latest project, I am doing SOAP calls to a SOAP service that uses WSSE security headers. If you happen to use PHP’s SoapClient class, then you may notice that when your methods return data, they are returning stdClass Objects. Objects aren’t as easy to work with as arrays, so you may want to

How to Fix: Drupal Can’t Login / Login Screen Does Nothing

If there’s one thing I have a gift for, it’s creating bad titles for posts! When setting up a WAMP stack the other day (Windows, Apache, MySQL, PHP), I needed to grab a Drupal instance from a repository. This is pretty easy to do — it was an almost-unmodified copy of Drupal, there was a