compile_dir="./compile"; 在netbeans中调试php程序,调试运行到new Smarty();时,netbeans弹出套接字异常错误。 非调试运行时,程序运行正常。"/> compile_dir="./compile"; 在netbeans中调试php程序,调试运行到new Smarty();时,netbeans弹出套接字异常错误。 非调试运行时,程序运行正常。">
Heim > Backend-Entwicklung > PHP-Tutorial > netbeans中调试php程序,执行到实例化smarty时程序提示“套接字异常错误”

netbeans中调试php程序,执行到实例化smarty时程序提示“套接字异常错误”

WBOY
Freigeben: 2016-06-02 11:34:35
Original
1030 Leute haben es durchsucht

netbeansphp套接字错误smarty

require './Smarty/libs/Smarty.class.php';

$smarty = new Smarty();

$smarty->template_dir="./templates";
$smarty->compile_dir="./compile";

在netbeans中调试php程序,调试运行到new Smarty();时,netbeans弹出套接字异常错误。
非调试运行时,程序运行正常。

Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage