请帮助我解决问题:
不推荐使用:mysql_connect()
:不推荐使用MySQL扩展,以后将删除:扩展名改为第36行的MySQLi或PDO
function __construct(){
$this->load_config();
$this->connect = mysqli_connect($this->config['host'],$this->config['user'],$this->config['pass']);
mysqli_select_db($this->config['base']);
mysqli_query("SET NAMES latin2");
session_start();
session_regenerate_id();
$this->page = new Strona;