SyntaxFix
Write A Post
Hire A Developer
Questions
I think in CodeIgniter the best to use ActiveRecord as wrote above. One more thing: you can use method chaining in AR:
$this->db->select('*')->from('table1')->join('table2','table1.id=table2.id')->...