such as updating records, the official document is written like this. I now want to encapsulate this functionality in a class that inherits Model.
if you write this, you will report that there is no corresponding static method
self::allowField (true):: save ($companyInfo, ["id" = > $id]);
if you change self:: to $this- >, you will also get an error.
well, I don"t know how to write it. PHP Mengxin asks for advice.