Welcome Guest, Not a member yet? Register   Sign In
How to check database driver name
#2

[eluser]mddd[/eluser]
I think $this->db->dbdriver contains the name.

Code:
// this is the start of the mysql driver file; it extends CI_DB that ends up in $this->db.

class CI_DB_mysql_driver extends CI_DB {

    var $dbdriver = 'mysql';


Messages In This Thread
How to check database driver name - by El Forum - 08-18-2010, 09:59 AM
How to check database driver name - by El Forum - 08-18-2010, 10:02 AM
How to check database driver name - by El Forum - 08-18-2010, 10:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB