Codeigniter: Select from multiple tables

前端 未结 7 1798
闹比i
闹比i 2020-12-30 11:23

How can I select rows from two or more tables?

I\'m setting default fields for a form, and I need values from two tables...

My current code reads:

         


        
7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-30 11:58

    I think the syntax is incorrect. You need to select one record. I have two tables, and I have an id from one table transfer by parameter, and the relation of both tables.

提交回复
热议问题