Skip to content

{ Category Archives } Code

Mocking PDO and PDOStatement instances for PHP Unit Testing

The real hurdles unit testing in php are installation of a test framework, and stubbing common data objects. I made a quick demo of how I was able to mock the PDO and PDOStatement classes for testing a simple php class.

Tagged , , , , ,

Foursquare API/Geolocation Demo

I created a quick demo to show how you can use the Firefox’s HTML5 geolocation features and a Foursquare API Wrapper to find stuff around your current location. In short: I made a web app that allowed me to find bars, without having to pull out my cell phone. Now you too can inconspicuously look [...]

Tagged , , , ,