Zoe, CakePHP doesn't really support enum....this is because some of the DBs that cakephp was made to work with do not support it.
Instead use: tinyint(1) Then the cake checkboxes will work auto-magically! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
