Help understanding PHP5 error

后端 未结 4 529
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-28 08:29

In short.. question is... \"Say what?\" To expand... \"I don\'t get the error\"

Strict Standards: Non-static method Pyro\\Template::preLoad() should not b

4条回答
  •  耶瑟儿~
    2021-01-28 09:03

    preLoad function should be static

    public static function preLoad($template, $page) {
    

提交回复
热议问题