Smarty Error: Unable to load template file 'Home/problemlist1.html'
- /www/wwwroot/www.swisshotel.com.cn/Comm/MyFrame/Core/spView.php on line 52
47.
$this->addfuncs();
48.
$this->displayed = TRUE;
49.
if($GLOBALS['G_SP']['view']['debugging'] && SP_DEBUG)$this->engine->debugging = TRUE;
50.
$this->engine->display($tplname);
51.
} catch (Exception $e) {
52.
53.
spError( $GLOBALS['G_SP']['view']['engine_name']. ' Error: '.$e->getMessage() );
}
54.
}
55.
56.
/**
57.
* 注冊視圖函數
- /www/wwwroot/www.swisshotel.com.cn/Comm/MyFrame/Core/spController.php on line 105
100.
*/
101.
public function display($tplname, $output = TRUE)
102.
{
103.
@ob_start();
104.
if(TRUE == $GLOBALS['G_SP']['view']['enabled']){
105.
106.
$this->v->display($tplname);
}else{
107.
extract($this->__template_vals);
108.
require($tplname);
109.
}
110.
if( TRUE != $output )return ob_get_clean();
- /www/wwwroot/www.swisshotel.com.cn/Action/home.php on line 351
346.
$this->pager = spClass('m_wenda')->spPager()->getPager();
347.
$this->tlwz = spClass('m_wenda')->findAll($condition,'hdsj DESC',null,4);
348.
$condition = "shenhe='已審'";
349.
$this->xgtj = spClass('m_wenda')->findAll($condition,'hdgs DESC',null,4);
350.
$this->dqlm = '待解決問題';
351.
352.
$this->display('Home/problemlist1.html');
}
353.
public function yjjwt(){
354.
$page = intval($this->spArgs('page'))<=0 ? 1 : intval($this->spArgs('page'));
355.
$condition = "zhuangtai='已解決' and shenhe='已審'";
356.
$this->wendaList= $wendaList = spClass('m_wenda')->spPager($page,10)->findAll($condition,'id DESC');
- /www/wwwroot/www.swisshotel.com.cn/Comm/MyFrame/spFunctions.php on line 32
27.
}else{
28.
spClass('m_conf')->update(array('id'=>1),array('yuefen'=>date('Y-m')));
29.
}
30.
}
31.
// 路由并執行用戶代碼
32.
33.
$handle_controller->$__action();
// 控制器程序運行完畢,進行模板的自動輸出
34.
if(FALSE != $GLOBALS['G_SP']['view']['auto_display']){
35.
$__tplname = $__controller.$GLOBALS['G_SP']['view']['auto_display_sep'].
36.
$__action.$GLOBALS['G_SP']['view']['auto_display_suffix']; // 拼裝模板路徑
37.
$handle_controller->auto_display($__tplname);
- /www/wwwroot/www.swisshotel.com.cn/index.php on line 13
8.
require('config.php');
9.
//加載框架核心
10.
require(SP_PATH.'/SpeedPHP.php');
11.
require('functions.php');
12.
//執行應用
13.
14.
spRun();
?>