i'm just thinking here, i had multiple tables related to the student, things like: history, bulletin, parents, course, and a lot more... when i need create a new student, all this tables need to be filled. i'm using Laravel and the recomended is create a model to each table, my problem is now, naming the model name, what's the best aproach? model with table name or a name related to what the model is?
There are only two hard things in Computer Science: cache invalidation and naming things.
-- Phil Karlton