PHP Quick Class Creator
Creating standard classes can be a bind, having to add duplicate code to get your various get/set methods, and sorting out the constructor. I therefore wrote this utility that does most of the grunt work for you. It's intended to be used with PHP 5's new OO capabilities, and should make life a little less painful. Especially for those who have to create multiple class stubs. This should speed up the process considerably.