标签: php instantiation stdclass
我编码用于创建clsDegree的实例,如下所示:
clsDegree
$degree = new clsDegree();
但我发现$degree是stdClass的对象,并且不包含来自clsDegree类的属性。当我在另一个页面上尝试它时,它会给我clsDegree个对象然后是什么可能是以前的问题。
$degree
stdClass