PHP Quick Class Creator

Welcome to the 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.

If 20 variables are not enough, add "?numVariables=50" to the end of the URL (or whatever value you think you'll need!). Also, please note that the constructor will only include the private variables (makes sense right?).

Class Name :

Variable Name Visibility Getter Setter

Create Constructor?