Horrible framework?

I’m trying to add a date field to the quotes, because i just need it.

I’m a codeigniter developer for almost a decade, but i’ve never seen such a horrible structure in the way data is transferred trought different classes. Even a mother couldn’t find her youngs in such a mess.

Anyway, when i add a new row , my date isn’t saved. When i edit the row at that time, it is correctly saved. I can only go back to the form validation library but i don’t see any issues there.

Any tips?

Well, thanks for the compliment.

You want to add a new field to the quotes table? Is that what you’re asking?

Did you add the migration?
Did you change the SQL in the model?
What have you tried yourself?