> I have two functions in a class where one calls the other. When creating my
> object I get an error:
> "Call to undefined function"
> I dont understand why the function can't be seen?
You'll need to prepend "$this->" to the function call.
class bob {
function firstFunction() {
}
functi
Hi,
I have two functions in a class where one calls the other. When creating my
object I get an error:
"Call to undefined function"
I dont understand why the function can't be seen?
Thanks,
Don
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.griso
2 matches
Mail list logo