m_wenda类定义不存在,请检查。
- /www/wwwroot/www.xuhe667.com/m/Comm/MyFrame/spFunctions.php on line 162
157.
$argString = '';$comma = '';
158.
if(null != $args)for ($i = 0; $i < count($args); $i ++) { $argString .= $comma . "\$args[$i]"; $comma = ', '; }
159.
eval("\$GLOBALS['G_SP']['inst_class'][\$class_name]= new \$class_name($argString);");
160.
return $GLOBALS['G_SP']["inst_class"][$class_name];
161.
}
162.
163.
spError($class_name."类定义不存在,请检查。");
}
164.
165.
/**
166.
* spError 框架定义的系统级错误提示
167.
*
- /www/wwwroot/www.xuhe667.com/m/Comm/MyFrame/SpeedPHP.php on line 196
191.
<priority>0.8</priority>
192.
</url>
193.
';
194.
}
195.
//生成问答URL
196.
197.
$result=spClass('m_wenda')->findAll(null,'id DESC');
foreach($result as $k =>$v)
198.
{
199.
$txt .='
200.
<url>
201.
<loc>'.$siteurl.'/problem-'.$v["id"].'.html</loc>
- /www/wwwroot/www.xuhe667.com/m/index.php on line 10
5.
define('APP_PATH', dirname(__FILE__));
6.
define('SP_PATH', dirname(__FILE__).'/Comm/MyFrame');
7.
//加载配置文件
8.
require('config.php');
9.
//加载框架核心
10.
11.
require(SP_PATH.'/SpeedPHP.php');
//执行应用
12.
spRun();
13.
?>