Welcome Guest, Not a member yet? Register   Sign In
Codeigniter Model VS Query Builder
#7

It’s true that some things like the soft delete feature are taken care of automatically by the model class and they are not if you only use the query builder. But if you make a query with the query builder then add ->first() to only get the first row, it will exclude the deleted rows. I guess this could be improved for more clarity.
Reply


Messages In This Thread
RE: Codeigniter Model VS Query Builder - by includebeer - 03-31-2020, 11:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB