What is the method for the ci framework to obtain the database version in php5.6?
I have tried all these methods, but they don’t work.
echo $this->db->version();
echo $this->db->version();