Hi,
I had a question and I wanted your opinions.
If I have a form that has input data that needs to go in more than 1 table.
Should I have a model for each portion that belongs to their specific tables?
Example:
Product and Product Description.
So I guess I would pass two models, $model and $model_description and have seperate validations for each.
Or is there a preferable other way in doing this?
Thanks!