objects, like any other PHP type, can be carried over from page to page by a number of methods: URL query string, hidden form fields, sessions. session are probably the most elegant and secure.
be advised that only the object is passed from page to page, you must still define your class seaparately on each of those pages (usually by using include()).