Home > Q&A > body text
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?
Summer2018-11-02 09:56:49
The name of the model file should be consistent with the database table name, and use camel case naming