Posted by Areric on 04/12/06 01:24
did a little more testing and the __constructor thing didnt matter, it
got into there regardless of what i named it (class name or
__construct)
What i am finding is that my $imageModifier is still NULL when i get
into the test function. I put in a if ($imageModifier == NULL) echo
"ERROR"; and it does indeed print out error.
So any idea why when i KNOW its calling those NEW's in the constructor
it isnt keeping the values once it gets to the function that uses them.
Navigation:
[Reply to this message]
|