DsgnWrks

The random technical musings of Justin Sternberg

Creating a PHP class

/**
 * A PHP Class that does things
 */
class Class_That_Does_Stuff {

}