I'd like to know how you'll instantiate the obj object.
If i had to guess I'd say like this.
$newob = New obj("filename of class definition");
//then then refer to the functions associated with that class
like
$newob ->connect();
etc...
?
But how do you get values into the newly declared object?
Mind clarifying what a wrapper is?