My only guess is that the status field is a tinyint with a field length of 1. Within MySQL, Cake reserves this field type for boolean values, so status is probably being cast as a boolean. If you change the field length to 2 or higher, it *should* stop doing that.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
