Currently on GameSync, I have a comment system that is implemented on users profiles, you can see it in action here.
http://www.gamesync.com/user/gearvOsh/comments But right now, there are only comments for profiles, but I want to implement comments for photos and articles. The predicament is whether or not I should use 3 tables, or 1 table with a type column. comments comments_articles comments_photos Currently im leaning to using 1 table with an enum column type to determine. The problem is that im concerned that the ID max will be reached faster if you are combining all 3. Thoughts? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
