when I use countAll, it's seem without deleted_at query |
When you use soft deletes, you can use `countAllResults()`.
And you can use Query Builder. https://codeigniter4.github.io/CodeIgnit...ry-builder With Query Builder, you can make any SQL query. |
Messages In This Thread |
when I use countAll, it's seem without deleted_at query - by asrahi - 02-06-2021, 10:46 PM
RE: when I use countAll, it's seem without deleted_at query - by kenjis - 02-07-2021, 02:40 AM
RE: when I use countAll, it's seem without deleted_at query - by asrahi - 02-09-2021, 02:17 AM
RE: when I use countAll, it's seem without deleted_at query - by kenjis - 02-09-2021, 03:03 AM
RE: when I use countAll, it's seem without deleted_at query - by asrahi - 02-13-2021, 11:08 AM
|