Thursday, August 22, 2013

Re: Make zero or many relation

You should use a HABTM association in this case.


On Fri, Aug 16, 2013 at 9:35 PM, Nalaka Gamage <nalakainfo@gmail.com> wrote:
Dear all,
I need to build a zero or many relation. (department has zero or many employees, and employee belongs to zero or one department)
I tried to use cake bake, but generated CRUD views mandate selecting a department (drop down list) when adding a new employee. Is there a code modification or tweak that will make selecting a department optional. I still need the drop down for the departments but at least have additional item like ---- or N/A (not applicable) option in the drop down or better solution.
Thanks in advance.
Nalaka Gamage.

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
 
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
 
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: