I am trying to use codeigniter with pdo.
I am keep getting error when i use $query = $this->db->prepare(...);
but no error when i use $query = $this->db->conn_id->prepare(...);
I found conn_id by chance, could you explain when to use conn_id, or even what is conn_id?
this is the only documentation that i found in the official website but it doesnt say much. https://www.codeigniter.com/user_guide/database/call_function.html