Hi Fairly new to developing in cakePHP and run into a problem that I can't see a simple solution for.
I have a model that has 2 forigen id's. In some cases, I do not want to save anything in one of these id fields. I want to give the user a drop down option which reads something like 'None', and that this in turn will set the id field to NULL when it is inserted into the database. How would I go about achieving this using cakePHP and the Form Helper? Thanks Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
