Does the PHP file name of Model need to be the same as the database name? Or do the class names need to be consistent?
The name of the model file should be consistent with the database table name, and use camel case naming
The name of the model file should be consistent with the database table name, and use camel case naming