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

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

WBOY
Release: 2016-06-02 11:34:35
Original
1030 people have browsed it

netbeansphp套接字错误smarty

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

$smarty = new Smarty();

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

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

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template