Welcome Guest, Not a member yet? Register   Sign In
How to edit record codeigniter CRUD?
#2

The difference between creating a record and updating one is knowing the record ID that you want to update.

When updating, you can reuse the form that is used with the create methods.

So just copy all the steps needed for creating a record. Add a method the get the record you want to update, and change the form so it excepts a data array containing the DB record information.
Reply


Messages In This Thread
How to edit record codeigniter CRUD? - by ozzy - 06-26-2017, 12:09 PM
RE: How to edit record codeigniter CRUD? - by Martin7483 - 06-27-2017, 05:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB