Thank you very much for the prompt reply, I've tried that.
However I get an error, when trying to access the Category:
[The full code goes like that]
$this->Category->contain(...);
$stuff = $this->Category->find(...);
$this->set(compact('stuff'));
I get an error:
Notice (8): Undefined property: PagesController::$Category [APP/
app_controller.php, line 9]
Fatal error: Call to a member function contain() on a non-object in /
Applications/MAMP/cakephp/learning/sylor/app_controller.php on line 9
Any help?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---