syclasstype类定义不存在,请检查。

190. 
191.          return $GLOBALS['G_DY']["inst_class"][$class_name];
192. 
193.      }
194. 
195.      syError($class_name."类定义不存在,请检查。");
196. 
197.  }
198. 
199.  function curl_get($url) {
200. 
4.  {
5.      function __construct(){
6.          parent::__construct();
7.          $this->molds 'product';
8.          $this->moldname=moldsinfo('product','moldname');
9.          $this->sy_class_type=syClass('syclasstype');
10.          $this->Class=syClass('c_product');
11.          $this->db=$GLOBALS['G_DY']['db']['prefix'].'product';
12.      }
13.      function index(){
14.          if($this->syArgs('file',1)!=''){
184. 
185.          $argString '';$comma ''
186. 
187.          if(null != $args)for ($i 0$i count($args); $i ++) { $argString .= $comma "\$args[$i]"$comma ', ';}
188. 
189.          eval("\$GLOBALS['G_DY']['inst_class'][\$class_name]= new \$class_name($argString);"); 
190. 
191.          return $GLOBALS['G_DY']["inst_class"][$class_name];
192. 
193.      }
194. 
16. 
17.      syClass('sysession');
18. 
19.      spLaunch("router_prefilter");
20. 
21.      $handle_controller syClass($__controllernull$GLOBALS['G_DY']["controller_path"].'/'.$__controller.".php");
22. 
23.      if(!is_object($handle_controller) || !method_exists($handle_controller$__action)){
24. 
25.          syError('route Error');
26. 
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();