01-08-2021, 11:39 AM
@Mfn_ofc,
Some questions. What version of CI are you using? What version of MySQL are you using? Do you have direct access to the database? You could create a database view that will have all the necessary information that you need. Then in your code all you have to do is call the view.
Some questions. What version of CI are you using? What version of MySQL are you using? Do you have direct access to the database? You could create a database view that will have all the necessary information that you need. Then in your code all you have to do is call the view.