do u have to have a model for every table in your database? if not how do use say 5 different tables within one model? for example, say i have a model called Baseball.php and i want to use 5 different tables in my model. so say i have thses tables: baseball_teams baseball_cities baseball_mascots baseball_leagues baseball_positions
how can i use the one model to run find on each table?
thanks in advance for the help