📅  最后修改于: 2022-03-11 14:54:27.377000             🧑  作者: Mango
$model = new Model;
$model->func();
__________________________________
or
Model::func() // this function must be static to call it staticly ..