syclasstype类定义不存在,请检查。
- /www/wwwroot/cshgjt.com/include/Functions.php on line 195
190.
191.
return $GLOBALS['G_DY']["inst_class"][$class_name];
192.
193.
}
194.
195.
196.
syError($class_name."类定义不存在,请检查。");
197.
}
198.
199.
function curl_get($url) {
200.
- /www/wwwroot/cshgjt.com/source/channel.php on line 19
14.
$this->molds = $this->syArgs('molds',1);
15.
if(!$this->molds){$this->molds='faq'; }
16.
17.
$this->moldname=moldsinfo($this->molds,'moldname');
18.
19.
20.
$this->sy_class_type=syClass('syclasstype');
21.
$this->db=$GLOBALS['G_DY']['db']['prefix'].$this->molds;
22.
23.
}
24.
- /www/wwwroot/cshgjt.com/include/Functions.php on line 189
184.
185.
$argString = '';$comma = '';
186.
187.
if(null != $args)for ($i = 0; $i < count($args); $i ++) { $argString .= $comma . "\$args[$i]"; $comma = ', ';}
188.
189.
190.
eval("\$GLOBALS['G_DY']['inst_class'][\$class_name]= new \$class_name($argString);");
191.
return $GLOBALS['G_DY']["inst_class"][$class_name];
192.
193.
}
194.
- /www/wwwroot/cshgjt.com/include/Functions.php on line 21
16.
17.
syClass('sysession');
18.
19.
spLaunch("router_prefilter");
20.
21.
22.
$handle_controller = syClass($__controller, null, $GLOBALS['G_DY']["controller_path"].'/'.$__controller.".php");
23.
if(!is_object($handle_controller) || !method_exists($handle_controller, $__action)){
24.
25.
syError('route Error');
26.
- /www/wwwroot/cshgjt.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();