![]() |
CodeExtinguisher's Website Code - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: CodeExtinguisher's Website Code (/showthread.php?tid=4778) |
CodeExtinguisher's Website Code - El Forum - 06-30-2009 [eluser]Majd Taby[/eluser] ![]() CodeExtinguisher's Website Code - El Forum - 06-30-2009 [eluser]louis w[/eluser] Think the site is down. Why don't you host it on a public svn site, like google code? CodeExtinguisher's Website Code - El Forum - 11-30-2009 [eluser]Unknown[/eluser] How would I go about doing a join with multiple tables properly? I have created a new controller extending codexController. What are the plugins used for? I have been playing with the DbDropDownExtended but am unsure how to properly do a join. When I try and get a column from one table when the main table is another that doesnt have a column by that name I get a db error. It always looks in the main table for all columns. Code: <?php if (!defined('BASEPATH')) exit('No direct script access allowed'); |