cakephp: cake bake created no validation rules, why?
I used the cake bake model all
, with开发者_如何学C my db (cakephp 1.3) which created all models with associations, but no validation rules were created. why is that?
In your Database you need to remove/disable 'ALLOW NULL' for any column for which you want validation before baking.
精彩评论