CodeIgniter Forums
About relation tables in mysql - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: About relation tables in mysql (/showthread.php?tid=68895)



About relation tables in mysql - omid_student - 09-11-2017

Hello
I didn't understood where is topic for ask about database
Do you have a book about relation tables?


RE: About relation tables in mysql - Wouter60 - 09-11-2017

There's an extensive description of database functions in CodeIgniter in the online documentation.
Please, start here:
https://www.codeigniter.com/userguide3/database/examples.html

Also look at this page:
https://www.codeigniter.com/userguide3/database/query_builder.html#selecting-data

and scroll to the section about "JOIN".
That discusses getting results from multiple tables (relationships).