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
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.