> 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!
Ah, so the problem is that MySQL doesn't support boolean data types yet, and CakePHP is ignoring MySQL's shortcomings. :) I took your advice, and it works perfectly now. Thank you very much for your help! Zoe. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
