value to work with'
I would tend to agree with some objections - two reasons:
1. null means field has not been handled (no info whether
intentionally or not) - newly entered fields have null values - if you
work then record by record how would you know with null that you have
already decided to leave it that way.
2. Cake form edit:
- for integer fields enters 0, unless it is select box and you define
default to null field property
- for text fields enters empty string
therefore null sometimes is and sometimes is not an appropriate field
to work with
nonetheless cake's inability to handle properly above condition is a
defect with a workaround solution
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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
No comments:
Post a Comment