Is it possible to pass one class to another page via form objects.
A class or an object?
Say I have class MyClass{ var $name; }
Then when the user does a certain action, I want to pass MyClass intact to another page. Is that possible.
If so can you give me an example