Re: [PHP] Sessions and Objects using PHP4

2005-01-15 Thread Jochem Maas
David OBrien wrote: I have RTFM and TTFE and still am having a heck of a time getting my objects to play well between pages The only real examples are in the notes for classes & objects http://us2.php.net/manual/en/language.oop.php (are you on php4 or php5 btw?) Basic usage indeed, you must includ

[PHP] Sessions and Objects using PHP4

2005-01-15 Thread David OBrien
I have RTFM and TTFE and still am having a heck of a time getting my objects to play well between pages The only real examples are in the notes for classes & objects http://us2.php.net/manual/en/language.oop.php Basic usage get_stats(); $songbook->populate_manu(); $songbook->populate_series(); if