数据库链接错误 : Too many connections
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
- /www/wwwroot/chxyq.com/SpeedPHP/Drivers/mysql.php on line 92
87.
* @param dbConfig 数据库配置
88.
*/
89.
public function __construct($dbConfig)
90.
{
91.
$linkfunction = ( TRUE == $dbConfig['persistent'] ) ? 'mysql_pconnect' : 'mysql_connect';
92.
93.
$this->conn = $linkfunction($dbConfig['host'].":".$dbConfig['port'], $dbConfig['login'], $dbConfig['password']) or spError("数据库链接错误 : " . mysql_error());
mysql_select_db($dbConfig['database'], $this->conn) or spError("无法找到数据库,请确认数据库名称正确!");
94.
$this->exec("SET NAMES UTF8");
95.
}
96.
/**
97.
* 对特殊字符进行过滤
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
- /www/wwwroot/chxyq.com/SpeedPHP/spFunctions.php on line 149
144.
}
145.
}
146.
if(FALSE != $has_define){
147.
$argString = '';$comma = '';
148.
if(null != $args)for ($i = 0; $i < count($args); $i ++) { $argString .= $comma . "\$args[$i]"; $comma = ', '; }
149.
150.
eval("\$GLOBALS['G_SP']['inst_class'][\$class_name]= new \$class_name($argString);");
return $GLOBALS['G_SP']["inst_class"][$class_name];
151.
}
152.
spError($class_name."类定义不存在,请检查。");
153.
}
154.
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
- /www/wwwroot/chxyq.com/SpeedPHP/Core/spModel.php on line 52
47.
{
48.
if( null == $this->tbl_name )$this->tbl_name = $GLOBALS['G_SP']['db']['prefix'] . $this->table;
49.
if( '' == $GLOBALS['G_SP']['db_driver_path'] ){
50.
$GLOBALS['G_SP']['db_driver_path'] = $GLOBALS['G_SP']['sp_drivers_path'].'/'.$GLOBALS['G_SP']['db']['driver'].'.php';
51.
}
52.
53.
$this->_db = spClass('db_'.$GLOBALS['G_SP']['db']['driver'], array(0=>$GLOBALS['G_SP']['db']), $GLOBALS['G_SP']['db_driver_path']);
}
54.
55.
/**
56.
* 从数据表中查找一条记录
57.
*
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
- /www/wwwroot/chxyq.com/SpeedPHP/spFunctions.php on line 149
144.
}
145.
}
146.
if(FALSE != $has_define){
147.
$argString = '';$comma = '';
148.
if(null != $args)for ($i = 0; $i < count($args); $i ++) { $argString .= $comma . "\$args[$i]"; $comma = ', '; }
149.
150.
eval("\$GLOBALS['G_SP']['inst_class'][\$class_name]= new \$class_name($argString);");
return $GLOBALS['G_SP']["inst_class"][$class_name];
151.
}
152.
spError($class_name."类定义不存在,请检查。");
153.
}
154.
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
- /www/wwwroot/chxyq.com/modules/home/common.php on line 10
5.
class common extends mycmscommon
6.
{
7.
var $confSite;
8.
function __construct(){
9.
parent::__construct();
10.
11.
$site= spClass("m_config_site")->find();
$this->confSite=$site;
12.
$this->site_title=$site['sitename'];
13.
$this->site_seotitle=$site['seotitle'];
14.
$this->site_keywords=$site['keywords'];
15.
$this->site_description=$site['description'];
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
- /www/wwwroot/chxyq.com/modules/home/news.php on line 8
3.
import($GLOBALS['spConfig']['controller_path'].'/common.php');
4.
5.
class news extends common
6.
{
7.
function __construct() {
8.
9.
parent::__construct();
$this->site_seotitle=" 新闻中心 - ".$this->site_title;
10.
$cid1=intval($this->spArgs("cid1"));
11.
if($cid1){
12.
$this->curclass=spClass("m_newsclass")->find(array("id"=>$cid1));
13.
}
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
- /www/wwwroot/chxyq.com/SpeedPHP/spFunctions.php on line 149
144.
}
145.
}
146.
if(FALSE != $has_define){
147.
$argString = '';$comma = '';
148.
if(null != $args)for ($i = 0; $i < count($args); $i ++) { $argString .= $comma . "\$args[$i]"; $comma = ', '; }
149.
150.
eval("\$GLOBALS['G_SP']['inst_class'][\$class_name]= new \$class_name($argString);");
return $GLOBALS['G_SP']["inst_class"][$class_name];
151.
}
152.
spError($class_name."类定义不存在,请检查。");
153.
}
154.
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
- /www/wwwroot/chxyq.com/SpeedPHP/spFunctions.php on line 14
9.
function spRun(){
10.
GLOBAL $__controller, $__action;
11.
// 对路由进行自动执行相关操作
12.
spLaunch("router_prefilter");
13.
// 对将要访问的控制器类进行实例化
14.
15.
$handle_controller = spClass($__controller, null, $GLOBALS['G_SP']["controller_path"].'/'.$__controller.".php");
// 调用控制器出错将调用路由错误处理函数
16.
if(!is_object($handle_controller) || !method_exists($handle_controller, $__action)){
17.
eval($GLOBALS['G_SP']["dispatcher_error"]);
18.
exit;
19.
}
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /www/wwwroot/chxyq.com/SpeedPHP/Misc/notice.php on line 54
- /www/wwwroot/chxyq.com/index.php on line 48
43.
),
44.
);
45.
*/
46.
47.
require(SP_PATH."/SpeedPHP.php");
48.
spRun();