Learn how to extend the Code Igniter Active Record class and use it to make complex queries with mutliple ANDs and ORs
Everyone working with code igniter is undoubtedly using the Active Record Class, which allows us to generate SQL queries with out the hassle of SQL itself.
I personally love it, but sometimes I am …


