This sounds daft and easy but I’m not 100% sure here.
I have this code:
$query = $this->db->query("MY QUERY");
The query will result in one row and I basically want to get the column called “id” from that single row so I can echo something like $query->db->row->id..
How do I do this?
Without any details, here is a wild guess