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.
我为我的项目使用 Cakephp 框架,但实体模型有问题。我有一个实体功能等我的其他模型实体不工作。我尝试:
var $useDbConfig
和:
var $useTable (don't working for retrieving all data)
错误:在数据源默认值中找不到模型用户的表用户。
任何想法?
(对不起,这是我的第一篇文章 :))