简体   繁体   中英

Zend Framework 2: Fatal error: Class 'Application\Model\Area_mst' not found

I got this error:

Fatal error: Class 'Application\\Model\\Area_mst' not found in C:\\xampp\\htdocs\\cebudx\\module\\Application\\Module.php on line 87

Is it okay to have underscores on your Tablenames?

It is fine to have underscores in your table names, however the file would be AreaMst.php. It will replace all "_" items into CamelCase.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM