我在打开包含4000行代码的.cs文件时遇到问题...当我尝试打开它时,会出现一个消息框,显示:NULL
。我还尝试在Notepad ++中打开该文件,但我的所有代码都替换为public function tabledata($table){
$data = array();
$query = "SELECT * FROM `$table` WHERE `isdeleted`='0' and `status`='1' ORDER BY `displayorder` ";
$result = $this->mysqli->query($query) or $this->checkerror($query);
while($row = $result->fetch_assoc()){
$data[]= $row;
}
return $data;
}
值!
“C:\ Users(您的用户名)\ Documents \ Visual Studio(年份)\备份文件\我的项目”中没有文件。
我在虚拟机上使用Visual Studio 2013.
请帮助!!!