$model = new Model; $model->func(); __________________________________ or Model::func() // this function must be static to call it staticly ..