public static function __callStatic($method, $args)
{
$model = new static();
return call_user_func_array([$model->db(), $method], $args);
}
public static function __callStatic($method, $args)
{
$model = new static();
return call_user_func_array([$model->db(), $method], $args);
}
本文标题:new static()
本文链接:https://www.haomeiwen.com/subject/tnbubqtx.html
网友评论