How can i call, from a Model, a function present in another model? I would like not to repeat code.
if there's a (direct or indirect) relationship between the model, you can call the function: $this->Model1->Model2->...->Modeln->function();
use bindModel