> What field type creates a checkbox? I was looking for this earlier > and was unable to find it.
boolean type (on MySQL, TINYINT(1) is also classed as a boolean and gets a checkbox. Not sure about other database systems). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
