Question:_____ensures that the model is loaded when it is needed.
A Uses('AppModel','Model'); B App::uses('AppModel",Modelname'); C App::uses('AppModel','Model'); D ('AppModel",Model');
+ AnswerC
+ Report