Calling static method non-statically
问题 I have a child class that extends a class with only static methods. I would like to make this child class a singleton rather than static because the original developer really wanted a singleton but used static instead (obvious because every method in the static class calls the Init() function (basically a constructor)). Most of the methods in the parent don't need to be overwritten in the child, but I would like to avoid having to write methods like this: public function Load($id) { return