|
Posted by Anthony Smith on 01/03/08 17:03
I may have more of a design problem, but here goes.
I have a class that has 3 methods. One method simply calls the other
two. I wanted to make the class static, and to do this in php, you
just have to make the function static. So I did that for all three
functions. But now I cannot call the other two functions from the
first function.
What do I need to do to make the one function in the class call the
other 2. The only way I know right now, is to not make any of the
functions static.
Navigation:
[Reply to this message]
|