class foo { public function bar($db) { $data = $db->list_assoc(); } } $database = new db_mysql(); $foo = new foo(); $foo->bar($database);