On Feb 28, 6:10 pm, Dan Soendergaard <[email protected]> wrote: > No, the function is in my model so calling $this->Space->find(); > results in Undefined property: Space::$Space.
Sorry, I had forgotten it was a model function and not in your controller. It should be $this->find() in the code I posted above, instead. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
