Codeigniter Model VS Query Builder |
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.
|
Messages In This Thread |
Codeigniter Model VS Query Builder - by shinseiten - 03-25-2020, 09:59 AM
RE: Codeigniter Model VS Query Builder - by dave friend - 03-25-2020, 10:53 AM
RE: Codeigniter Model VS Query Builder - by includebeer - 03-27-2020, 02:37 PM
RE: Codeigniter Model VS Query Builder - by dave friend - 03-28-2020, 02:07 PM
RE: Codeigniter Model VS Query Builder - by includebeer - 03-30-2020, 01:27 PM
RE: Codeigniter Model VS Query Builder - by dave friend - 03-31-2020, 08:43 AM
RE: Codeigniter Model VS Query Builder - by includebeer - 03-31-2020, 11:11 AM
RE: Codeigniter Model VS Query Builder - by PwrSrg - 02-19-2021, 09:09 AM
|