I have been researching inheritable classes for a program I am working on in cake.
I need to keep a log of events that fall under 4 different types of events. The idea is to have one table that stores the event date and the common information then foreign key to the appropriate table of events. What is the best way to do this in cakephp? I have looked at http://bakery.cakephp.org/articles/view/inheritable-behavior-missing-link-of-cake-model but I cannot find the file to download to test it and I am wondering if that is the best way to do it or if cake now has something built in. Thanks Travis Marble Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
