Posted by Chung Leong on 05/26/06 19:05
gg9h0st wrote:
> i really wander what makes static method special?
Nothing. It's mainly for documentation purpose. I mean, you don't
really need to declare class variable either. IIRC static methods will
show up in a separate section when class info is retrieved through the
reflection API.
Often times in PHP you can do funky things simply because it's not
worth the effort to stop funk.
[Back to original message]
|