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 (marked

Re: How to set up read-only viewing in normal routing and scaffolded viewing in admin routing?

2007-10-18 Thread Olaf Greve
Hi, Thanks for your answer! Also: I've CC'ed you directly on this message too, as yesterday my replies to the list were rejected for some reason. I hope you don't mind...:P > Also in 1.2 (you need it for the Auth component) you can put > var $scaffold = 'admin'; > > in your controller, to use sc