Help please! Enumerated fields do not seem to work in admin scaffold view in CakePHP 1.2...

2007-10-23 Thread Olaf Greve
Hi, Last week I gave CakePHP a first try, and then went for the stable 1.17 release. I created some tables, some scaffolded views, and as far as I remember, the enumerated DB fields all showed proper select fields in the edit screens. Now, I've upgraded to the yesterday's 1.2 alpha

Re: Help please! Enumerated fields do not seem to work in admin scaffold view in CakePHP 1.2...

2007-10-23 Thread Grant Cox
1. Cake does not officially support the ENUM or SET field type - apparently implementation is too different between database systems. 2. If they display as normal input fields then you would be able to edit them. Are you sure it isn't displaying as a multi-select list (which can look very