Hi Trevor, If you did $this->Product->IMadeThisUp->read(); you would get the same error message.
You need to either include Category in the association definition for Product, or you have defined Category such that it doesn´t extend AppModel (or AppModel is defined but doesn´t extend Model). HTH, AD7six --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
