類定義不存在,請(qǐng)檢查。
- /www/wwwroot/www.triboscoatingsautomotive.com/include/Functions.php on line 98
93.
$argString = '';$comma = '';
94.
if(null != $args)for ($i = 0; $i < count($args); $i ++) { $argString .= $comma . "\$args[$i]"; $comma = ', ';}
95.
eval("\$GLOBALS['G_DY']['inst_class'][\$class_name]= new \$class_name($argString);");
96.
return $GLOBALS['G_DY']["inst_class"][$class_name];
97.
}
98.
99.
syError($class_name."類定義不存在,請(qǐng)檢查。");
}
100.
function curl_get($url) {
101.
$ch = curl_init();
102.
curl_setopt($ch, CURLOPT_TIMEOUT, 120);
103.
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
- /www/wwwroot/www.triboscoatingsautomotive.com/source/product.php on line 9
4.
{
5.
function __construct(){
6.
parent::__construct();
7.
$this->molds = 'product';
8.
$this->moldname=moldsinfo('product','moldname');
9.
10.
$this->sy_class_type=syClass('');
$this->Class=syClass('c_product');
11.
$this->db=$GLOBALS['G_DY']['db']['prefix'].'product';
12.
}
13.
function index(){
14.
if($this->syArgs('file',1)!=''){
- /www/wwwroot/www.triboscoatingsautomotive.com/include/Functions.php on line 95
90.
}
91.
}
92.
if(FALSE != $has_define){
93.
$argString = '';$comma = '';
94.
if(null != $args)for ($i = 0; $i < count($args); $i ++) { $argString .= $comma . "\$args[$i]"; $comma = ', ';}
95.
96.
eval("\$GLOBALS['G_DY']['inst_class'][\$class_name]= new \$class_name($argString);");
return $GLOBALS['G_DY']["inst_class"][$class_name];
97.
}
98.
syError($class_name."類定義不存在,請(qǐng)檢查。");
99.
}
100.
function curl_get($url) {
- /www/wwwroot/www.triboscoatingsautomotive.com/include/Functions.php on line 11
6.
syError('route Error');
7.
exit;
8.
}
9.
syClass('sysession');
10.
spLaunch("router_prefilter");
11.
12.
$handle_controller = syClass($__controller, null, $GLOBALS['G_DY']["controller_path"].'/'.$__controller.".php");
if(!is_object($handle_controller) || !method_exists($handle_controller, $__action)){
13.
syError('route Error');
14.
exit;
15.
}
16.
$handle_controller->$__action();
- /www/wwwroot/www.triboscoatingsautomotive.com/index.php on line 5
1.
<?php
2.
require("config.php");
3.
$doyoConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$doyoConfig['ext']['view_themes'];
4.
require(DOYO_PATH."/sys.php");
5.
spRun();