Re: [PHP] __PHP_Incomplete_Class Object

2003-01-30 Thread Ernest E Vogelsinger
At 06:20 30.01.2003, Weston Houghton said: [snip] >I'm trying to register an object in the session, and access that object >from 2 different pages. > >I start off in the first file, and do: >include("nycmgMail.php"); >session_start(); >$myMailer = new nycmg

[PHP] __PHP_Incomplete_Class Object

2003-01-29 Thread Weston Houghton
Ok, now I'm frustrated. I'm trying to register an object in the session, and access that object from 2 different pages. I start off in the first file, and do: include("nycmgMail.php"); session_start(); $myMailer = new nycmgMail(); $myMailer->buildRecipients(); $_SESSION['myMailer'] = $myMaile