Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->connections = array();
     $this->command_id = 0;
     $this->sql_histories = new Charcoal_Stack();
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->connected = false;
     $this->connection = null;
     $this->command_id = 0;
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->_connected = false;
     $this->_connection = null;
 }