Here is my class
class Databases { public $liveresellerdb = new Database(\'1host1\',\'user\',\'pswd\',\'db\'); }
the error i am gettin
This is how you initialise a static member...