SyntaxFix
Write A Post
Hire A Developer
Questions
Change only in two line and you are getting actually what you want.
$query = $this->db->get(); $ret = $query->row(); return $ret->campaign_id;
try it.