retrieving data from a database and re-retrieving from another database |
(10-26-2021, 05:33 AM)php_rocs Wrote: @Secux , I found this solution. I don't know how correct and optimized it is PHP Code: $list_business = $this->BusinessOwnership->where('userID', session()->get('id'))->get()->getResult('array'); |
Messages In This Thread |
retrieving data from a database and re-retrieving from another database - by Secux - 10-24-2021, 12:19 PM
RE: retrieving data from a database and re-retrieving from another database - by Secux - 10-25-2021, 06:21 AM
RE: retrieving data from a database and re-retrieving from another database - by nfaiz - 10-25-2021, 07:26 AM
RE: retrieving data from a database and re-retrieving from another database - by Secux - 10-25-2021, 07:28 AM
RE: retrieving data from a database and re-retrieving from another database - by php_rocs - 10-25-2021, 06:19 PM
RE: retrieving data from a database and re-retrieving from another database - by nfaiz - 10-26-2021, 04:27 AM
RE: retrieving data from a database and re-retrieving from another database - by php_rocs - 10-26-2021, 05:33 AM
RE: retrieving data from a database and re-retrieving from another database - by Secux - 10-27-2021, 12:23 PM
|