Wow my brain is dead on trying to figure this out. So I'm trying to build my own small php FrameWork with all OOP. So I have my core classes like my DataBase class, Security Class, etc. Then I have extra tool classes like User, Page, and cart. So all my classes can store $_SESSION variables, but...