| This is where you'll be doing most of your work. You create the database models in models, your controllers for each model in controllers (amazing!), and views for controllers to use in, well, the eponymous location. Thanks to the data relationship information in a given model, you can access data from multiple models in a single controller, as long as it's all related; and then, the controller can call any number of views, as long as there is a view named the same as the function that wants to call it.
|
| |