解析错误:语法错误,意外的'function_construct'(T_STRING),期望变量(T_VARIABLE)在第4行

时间:2016-11-11 10:48:45

标签: php mysql

<?php 
	error_reporting(E_ALL);
	ini_set('display_errors', '1');
	require_once('..\includes\class-db.php');
	$db = new DB;
?>

我在第4行收到错误我不知道为什么 多数民众赞成我的错误 解析错误:语法错误,意外的'function_construct'(T_STRING),期望变量(T_VARIABLE)在第4行的C:\ xampp \ htdocs \ cmc \ includes \ class-db.php

请在这里帮助我“提前致谢”

1 个答案:

答案 0 :(得分:0)

将_construct()重构为__construct()。注意双下划线!