codeigniter-base-model icon indicating copy to clipboard operation
codeigniter-base-model copied to clipboard

Move before create trigger to top

Open yogibear54 opened this issue 11 years ago • 1 comments
trafficstars

Discovering why I was coming up with problems that appeared like the validations were occuring before the before_create was called.

I then noticed update had before_update at the beginning of the method, so thought it would be useful for insert to be like this as well.

yogibear54 avatar Sep 15 '14 01:09 yogibear54

Thanks! Could you write a quick regression test to check it, please? I'll merge it in :)

jamierumbelow avatar Sep 15 '14 09:09 jamierumbelow