![]() |
Backticks breaking complex joins when using Active Record - 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: Backticks breaking complex joins when using Active Record (/showthread.php?tid=53943) Pages:
1
2
|
Backticks breaking complex joins when using Active Record - El Forum - 08-15-2012 [eluser]Aken[/eluser] I don't even use active record for queries like this, if my application doesn't need to support multiple types of DBs. If it's an app that only I manage and the environment never changes, AR is completely optional. Backticks breaking complex joins when using Active Record - El Forum - 08-16-2012 [eluser]Nathan Pitman (Nine Four)[/eluser] Hi Aken, yes in retrospect AR holds me back from doing what I need to in most cases, when I first started working with CI though it was a boon! ![]() |