Vergleich inc/db_mysqli.php - 1.8.28 - 1.8.34

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 72Zeile 72
	 * @var mysqli
*/
public $current_link;

	 * @var mysqli
*/
public $current_link;

 

/**
* @var array
*/
public $connections = array();


/**
* The database name.


/**
* The database name.

	 *
* @var string
*/

	 *
* @var string
*/

	public $database;

/**

	public $database;

/**

Zeile 86Zeile 91
	 * @var string
*/
public $explain;

	 * @var string
*/
public $explain;





	/**
* The current version of MySQL.
*

	/**
* The current version of MySQL.
*

Zeile 110Zeile 115

/**
* The extension used to run the SQL database


/**
* The extension used to run the SQL database

	 *
* @var string
*/

	 *
* @var string
*/

	public $engine = "mysqli";

/**

	public $engine = "mysqli";

/**

Zeile 138Zeile 143

/**
* Stores previous run query type: 1 => write; 0 => read


/**
* Stores previous run query type: 1 => write; 0 => read

	 *

	 *

	 * @var int
*/
protected $last_query_type = 0;

	 * @var int
*/
protected $last_query_type = 0;

Zeile 177Zeile 182
			}
}


			}
}


		$this->db_encoding = $config['encoding'];




		if(isset($config['encoding']))
{
$this->db_encoding = $config['encoding'];
}


// Actually connect to the specified servers
foreach(array('read', 'write') as $type)


// Actually connect to the specified servers
foreach(array('read', 'write') as $type)