I'm writing a MVC application in PHP from the scratch for an assignment. Where does the associated / related models are normally loaded.
I wrote the front controller, models and views and they are working. Now I need to load the associated models. I have defined the associations in the model. Now I need to place my associated model loading code somewhere in my application.
Any help appreciated.