CodeIgniter Forums
JOIN QUERY - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: JOIN QUERY (/showthread.php?tid=54226)



JOIN QUERY - El Forum - 08-29-2012

[eluser]wahmal[/eluser]
how to make join query from 2 tables and show it on view??? i need a example view


JOIN QUERY - El Forum - 08-29-2012

[eluser]CroNiX[/eluser]
Try the tutorial, which shows you how to display db results in a view. You can also google "mysql join tutorial" for many existing tutorials to teach you how to use JOIN.

http://ellislab.com/codeigniter/user-guide/tutorial/index.html


JOIN QUERY - El Forum - 09-06-2012

[eluser]wahmal[/eluser]
OK2 Thank you Dab