This is learning purpose question.
I have a form and after submit the form i want to catch this form all request data into the model. so how to do this?
thanks.
This is learning purpose question.
I have a form and after submit the form i want to catch this form all request data into the model. so how to do this?
thanks.
Copyright © 2021 Jogjafile Inc.
On the controller you could do something like this:
This is an example of a user Model you could use with your own model.
Update: let's say you want to get data on the User model function
createUser.Model User.php
And on controller: