CodeIgniter Forums
$this->db->orderby ? - 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: $this->db->orderby ? (/showthread.php?tid=28362)

Pages: 1 2


$this->db->orderby ? - El Forum - 03-09-2010

[eluser]Christopher Blankenship[/eluser]
Thanks kgill for the info on that one, but whether MySQL went rogue or not I prefer sticking to the standards especially since I don't always use MySQL or even the same versions of MySQL from one server to the next and would rather not get myself into that situation if I can help it.


$this->db->orderby ? - El Forum - 03-09-2010

[eluser]kgill[/eluser]
I hear you, I bounce between Oracle, MySQL & MS SQL so I stick to standards unless I know for sure that it's only ever going to be on one DB then I'll go for the DB specific stuff.