How can i call, from a Model, a function present in another model? I would like not to repeat code.
User App::import()
App::import('Model','OtherModel'); $attr = new OtherModel(); $attr->Othermodelfunction();