CodeIgniter Forums
get from 2 tables which are connected - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: get from 2 tables which are connected (/showthread.php?tid=54140)

Pages: 1 2


get from 2 tables which are connected - El Forum - 08-25-2012

[eluser]CroNiX[/eluser]
This isn't really the forum for learning basic MySQL. There are already tons of tutorials covering what you are asking about around the net. Your questions don't really have anything to do with CodeIgniter.

Learn how to use JOIN. Start with joining 2 related tables and work your way up from there. Don't make it overly complex to start or it will probably take a lot longer to comprehend.