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

>백엔드 개발 >PHP 튜토리얼 >netbeans中调试php程序,执行到实例化smarty时程序提示“套接字异常错误”

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

WBOY
WBOY원래의
2016-06-02 11:34:351030검색

netbeansphp套接字错误smarty

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

$smarty = new Smarty();

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

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

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.