Answers for "how to call a function in model from a controller"

PHP
0

how to call a function in model from a controller

ModelName::FunctionName(Parameters);

make sure the function in the model is static
Posted by: Guest on July-28-2021

Code answers related to "how to call a function in model from a controller"

Browse Popular Code Answers by Language