complex::fromPolar' : 'static' should not be used on member functions defined at file scope
如果我删除static关键字,它会编译得很好,但我在类定义中使用了这个static关键字,所以如果我删除它,不会出错吗?
>
假设query是正确定义的,这两个方法都没有实现我想要的: get_all()抛出Fatal error: Using $this when not in object context in /pathget_all2()抛出Fatal error: Undefined class constant 'table_name' in /path/to/foo.php on line xx,因为self是静态确定的这类事情似乎是继承的全部,