Hello,
I am developing a site where I have once class file that deals with a few database tables.
My question is:
Is it better to have one big file (the class) and then require only this file or have a class for each table and then have more require statements in my code?
Thank you