forcing access to __PHP_Incomplete_Class object properties

前端 未结 8 1882
夕颜
夕颜 2020-11-30 06:43

I\'m writing a module for a php cms. In a function (a callback) I can access an object that comes from the framework code.

This object is of type __PHP_Incomp

8条回答
  •  隐瞒了意图╮
    2020-11-30 07:02

    Put the session_start() after your require to the class of the object you are trying to read from the SESSION

提交回复
热议问题