Hey folks, i got trouble finding information about how to use model that doesnt belong to controller.
Lets see, for example: i have ajax controller, that performs only JSON data to application, and it supposed to access different models depending on request.
So, how can i do it ?