Append all SELECT queries with an extra WHERE in model |
It seems there is no sample code.
You can get the Query Builder for the table, https://codeigniter4.github.io/CodeIgnit...ry-builder but inside a model, it should be $this->builder(). And just call where() method you need. |
Messages In This Thread |
Append all SELECT queries with an extra WHERE in model - by sjender - 09-10-2023, 11:55 AM
RE: Append all SELECT queries with an extra WHERE in model - by kenjis - 09-10-2023, 05:48 PM
RE: Append all SELECT queries with an extra WHERE in model - by sjender - 09-10-2023, 10:21 PM
RE: Append all SELECT queries with an extra WHERE in model - by kenjis - 09-10-2023, 11:10 PM
RE: Append all SELECT queries with an extra WHERE in model - by sjender - 09-11-2023, 08:22 AM
|