DB relations in Codeigniter |
Actives recode has best example of db relations that you can integrate into your code. check out the documentation for more information.
here is an example $this->db->select("*")->from("table")->join("other", "table.id = ogher.fk");
NexoPOS 2.6.2 available on CodeCanyon.
|
Messages In This Thread |
DB relations in Codeigniter - by tomop - 06-13-2015, 03:29 PM
RE: DB relations in Codeigniter - by pdthinh - 06-13-2015, 07:08 PM
RE: DB relations in Codeigniter - by Blair2004 - 06-14-2015, 05:34 AM
|