I'm building a generic Content model, and I would like to build extensions such as Posts, News, etc, that would use Content for processing/storing the main posted content, while additional information for each item would be stored in it's own model (i.e.- a forum post would include info like the user signature, if I wanted to keep a per-post signature record, etc)
What would be the best way to implement this? using extend, or $actsAs, or $uses, etc? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
