Is there a way to share object between php pages?

后端 未结 5 1138
被撕碎了的回忆
被撕碎了的回忆 2020-12-14 22:17

I am new to php, but in other web technologies, you can share objects between page instances. For example, in java jsp pages you easily have on class that exist as static cl

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-14 22:22

    This is likely a partial answer but you can save an instance of a class into a Session variable and access it at another time.

提交回复
热议问题