Modules
I was able to figure out that I needed to add my module to my config file so it knows the routes. What I'm wondering now, is there a way for it to find my modules models, and views automatically? Or, do I need to always tell it the whole path to find where they are located when I'm trying to render the views or access the models?
|