Как вызвать функцию в модели из контроллера

ModelName::FunctionName(Parameters);

make sure the function in the model is static
Tanzeela Yousuf