Considerations for creating a new model class, New model considerations
Yesterday in the work of a new model class in the test environment test a little problem, to the production environment error, because the call is a paging class, the error said: In 520 line _count () function does not exist.
My idea is: first to the production environment to see the specific error file, found 520 lines _count () function exists, the runtime clean up or not; the next step is to view the model class file permissions, found that 644, and the other model class permissions are 664, Change to 664 is OK.
http://www.bkjia.com/PHPjc/1080755.html www.bkjia.com true http://www.bkjia.com/PHPjc/1080755.html techarticle New Model class considerations, New model considerations yesterday in the work of a new model class in the test environment test a little problem, to the production environment, the error, by ...