Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到了这个错误:
致命错误:第 87 行的 C:\xampp\htdocs\cebudx\module\Application\Module.php 中找不到类 'Application\Model\Area_mst'
你的表名上可以有下划线吗?
可以在表名中包含下划线,但是文件应该是 AreaMst.php。它将所有“_”项替换为 CamelCase。