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/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('syclasstype');
$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/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();