On Feb 26, 11:51 am, "double07" <[EMAIL PROTECTED]> wrote:
> Firstly, thanks for your feedback, but I'm getting this error?
>
> Fatal error: Call to undefined method stdClass::findAllThreaded() in C:
> \wamp\www\cake\app\controllers\nodes_controller.php on line 45
>
> Am I missing something here?

You are probably doing something like this:

$this->SomethingThatDoesn'tExist->id = 1;
$Result = $this->SomethingThatDoesn'tExist->findAllThreaded();

HTH,

AD


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to