Codeigniter Active Record Class Overview

In this article, I will give a small overview of the Codeigniter Active Record class, show the basic way to use it, its drawbacks and potential solution of a common problem(union operation with it, which isn’t directly supported) that developers face often. I will be using a few possible PHP code examples for demonstration purposes … Continue reading Codeigniter Active Record Class Overview