I'm getting errors from controller of this sort:

Undefined Method stdClass::read()
Undefined Method stdClass::find()
Undefined Method stdClass::findAll()

basically any method i try and call on a model it says is undefined,
what am i doing wrong, here?

the line that's generating the error is

$categories = $this->Product->Categories>read();

everything is set up ok because it was working a couple of days ago and
i haven't touched anything that i can see can be remotely related - the
Models are there, the controller is using them, the database is
correct.... i'm stumped

anyone have any ideas?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to