How to get data after saving the model |
I may be too newbie, but what's the case for that? I'm wondering why would you save the data and retrieve it right back. If the data hasn't changed, can't you just save the $data to another variable to use it later? Unless, of course, you need the ID of that entry. If that is the case, you can return the ID when you add $data to DB. See if this is what you need https://stackoverflow.com/questions/6114...eigniter-4
|
Messages In This Thread |
How to get data after saving the model - by Seva - 01-27-2022, 01:26 AM
RE: How to get data after saving the model - by castle - 01-27-2022, 04:39 AM
RE: How to get data after saving the model - by davis.lasis - 01-27-2022, 05:15 AM
RE: How to get data after saving the model - by Seva - 01-27-2022, 07:41 AM
RE: How to get data after saving the model - by davis.lasis - 01-28-2022, 10:53 AM
RE: How to get data after saving the model - by Seva - 01-28-2022, 10:50 PM
RE: How to get data after saving the model - by Seva - 01-27-2022, 11:29 AM
|