CodeIgniter Forums
Just a method missed out of Active Record Part of the User_Guide "orhaving" - 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: Just a method missed out of Active Record Part of the User_Guide "orhaving" (/showthread.php?tid=2392)



Just a method missed out of Active Record Part of the User_Guide "orhaving" - El Forum - 08-02-2007

[eluser]johnwbaxter[/eluser]
In active record there is another method called "orhaving" which is the same as "orwhere" in that it adds the "OR" value replacing the "AND" in the having part of your query.

So there you go. Enjoy!