CI4 Models and Table Joins |
@rockinmusicgv ,
You could make the current query (listed above) into a database VIEW (that resides on the database). Then in your CI code all you have to do is call the view with the specific criteria. |
Messages In This Thread |
CI4 Models and Table Joins - by rockinmusicgv - 02-07-2022, 01:22 PM
RE: CI4 Models and Table Joins - by php_rocs - 02-07-2022, 02:50 PM
RE: CI4 Models and Table Joins - by rockinmusicgv - 02-07-2022, 03:57 PM
RE: CI4 Models and Table Joins - by rockinmusicgv - 02-07-2022, 10:34 PM
RE: CI4 Models and Table Joins - by php_rocs - 02-08-2022, 08:11 AM
RE: CI4 Models and Table Joins - by rockinmusicgv - 02-10-2022, 10:36 PM
RE: CI4 Models and Table Joins - by php_rocs - 02-11-2022, 07:29 AM
|