I created model class and added logger fields CreatedOn and ModifiedOn. And I created A crud class for the same model. I want to handle this loggers without any form input filed and want to add to db table automatically. How can I achieve this?
I created model class and added logger fields CreatedOn and ModifiedOn . And I
Share
Sorry I´m not sure what you mean excactly. Wouldn´t you just populate these logger fields in your controller on post action?
(sorry if I´m misundarstanding)