Oct
26
26
Fixing the missing Model and AppModel replacement errors
Topics: Tutorials, CakePHP // 4 comments, 734 views
If you are a CakePHP developer, I am almost certain you have run into this problem on multiple occasions. What problem are you referring to you ask? Well, the problem that you have when your Model is not being found and Cake automatically substitutes it with AppModel. Here's how to fix those problems. Continue reading...