from javascript i request for a php file. and this php file will call a model that extends a super_model.
i wonder where i should include this super_model. in the php file (which acts like a controller) or in the model?
i've got other models too, should i include the super_model they all extend in the controllers that are calling them, or in the models above the class function?