Thoughts about code and other things that interest me
Auto loading php classes

Edit: Don’t do it this way. See my new post

Tired of long lists of require/include statements to include class files? You can set up your code to automatically load classes when you call them. This feature is available in PHP5. There are a few different ways you can go about it though.
read more...

Comments
Zillow/Google Mashup using PHP

Zillow.com provides home valuation data and makes it available through their various api calls. I recently wrote about Pillow – a PHP Zillow library you can use to interface with Zillow. Now, I’ve created a simple live demo using Pillow. It’s mashed with Google’s Maps api and Street View api. I tossed in a bit of jQuery UI and here is the result:
read more...

Comments
Pillow - A PHP Zillow Library

For those familiar with the zillow api network, getting started may seem a daunting task. I’ve recently published pillow – a library aimed at making php development with zillow easier.
read more...

Comments