Welcome Guest, Not a member yet? Register   Sign In
retrieving data from a database and re-retrieving from another database
#5

@Secux ,



(Using a join can be used in the Model) You can do what @nfaiz suggested by creating a more complex query. (Use this link https://codeigniter.com/user_guide/datab...cific-data. Then scroll up looking for $builder->join() )

OR

You could create a view in the database that joins both tables then in CI call the database view with your parameters.
Reply


Messages In This Thread
RE: retrieving data from a database and re-retrieving from another database - by php_rocs - 10-25-2021, 06:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB