December 2010
2 posts
5 tags
Pretty print JSON via command line
curl http://api.twitter.com/1/users/show/webjay.json | php -r "print_r(json_decode(fgets(STDIN)));"
2 tags
CakePHP 1.3 currently only supports SimpleTest 1.0.
1.1 will give you Call to undefined method CakeHtmlReporter::SimpleReporter().