|
From: Marcus B. <ma...@la...> - 2003-11-26 13:32:16
|
Hi...
Jason Sweat wrote:
> function &NewPlant()
> {
> $o =& new Plant(TEST_PLANT_ID, $this->_moCache);
> return $o;
> }
> Any thoughts?
This is a wild guess, but try...
function &NewPlant()
{
return new Plant(TEST_PLANT_ID, $this->_moCache);
}
If that doesn't change it then can you send me the script that runs the
test case as well, so that I have a complete set of code that
demonstrates the error. That way I can start from the same situation
that you are in. Sorry to be a pain, but this is the only reliable way
forward.
>
> Jason
yours, Marcus
--
Marcus Baker, ma...@la..., no...@ap...
|