core functionality

Chris Hartjes' Blog: A New Way Of Judging Frameworks: Where are ...

PHPDeveloper.org  Fri, 10/10/2008 - 08:46

In this new post to his blog Chris Hartjes suggests a new way to judge frameworks - how easy they make it to write unit tests against them and their resulting applications.


 

PHP Rest Server (part 1 of 3) - Lorna Mitchell

Planet PHP  Mon, 09/01/2008 - 03:18

I recently had reason to write a REST server in PHP, which was very interesting. There aren't a whole lot of resources on this topic around so I thought I'd write an outline of what I did.