My "G" in Game.php is capitalized....... I really feel like an idiot. I just saw in the docs that it has to be lowercase; It's now working perfectly. Shouldn't it throw a warning or something when something like this happens? Well anyways, thanks for all the help, David.
On Jun 21, 10:01 pm, David <[email protected]> wrote: > My find query is $this->Game->find('all'), but I think I've figured > out the problem. I don't think that cakePHP is finding my game model, > Game.php. I deleted everything inside the class and nothing > happened. I even replaced it with gibberish to see if it would throw > error but still nothing happened. Why wouldn't it locate this file? > Game.php resides in app/models. Does this sound right to you? > > On Jun 21, 9:48 pm, Miles J <[email protected]> wrote: > > > Are you using recursive or contain? > > > Whats your find query. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
