I've decided to use your method euromark, it seems pretty well thought out, I must admit the only pet peeve I have with this is having to define the constants in my model.
I'm talking about 20 protential "enum" fields. Having 20 sets of *const FIELD_VALUE = 0; *etc, it could create many lines in my model. This seems a little icky to me, but the rest of it is great. Perhaps this is better defined in 1 global place like bootstrap where during an average day developing you're unlikely to see it ? Just a thought Kind Regards Stephen -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
