SELECT * FROM sy_goods WHERE cid = '35' ORDER BY id LIMIT 1
执行错误: Incorrect key file for table './zgsjz/sy_goods.MYI'; try to repair it
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
- /home/www/other/zgsjz/SpeedPHP/Drivers/mysqli.php on line 62
57.
{
58.
$this->arrSql[] = $sql;
59.
if( $result = mysqli_query($this->conn, $sql) ){
60.
return $result;
61.
}else{
62.
63.
spError("{$sql}<br />执行错误: " . mysqli_error($this->conn));
}
64.
}
65.
66.
/**
67.
* 返回影响行数
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
- /home/www/other/zgsjz/SpeedPHP/Drivers/mysqli.php on line 26
21.
*
22.
* @param sql 执行的SQL语句
23.
*/
24.
public function getArray($sql)
25.
{
26.
27.
if( ! $result = $this->exec($sql) )return array();
if( ! mysqli_num_rows($result) )return array();
28.
$rows = array();
29.
while($rows[] = mysqli_fetch_array($result, MYSQLI_ASSOC)){}
30.
mysqli_free_result($result);
31.
array_pop($rows);
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
- /home/www/other/zgsjz/SpeedPHP/Core/spModel.php on line 106
101.
}
102.
$sql = "SELECT {$fields} FROM {$this->tbl_name} {$where} {$sort}";
103.
104.
if(null != $limit)$sql = $this->_db->setlimit($sql, $limit);
105.
106.
107.
return $this->_db->getArray($sql);
108.
}
109.
/**
110.
* 过滤转义字符
111.
*
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
- /home/www/other/zgsjz/SpeedPHP/Core/spModel.php on line 65
60.
* @param sort 排序,等同于“ORDER BY ”
61.
* @param fields 返回的字段范围,默认为返回全部字段的值
62.
*/
63.
public function find($conditions = null, $sort = null, $fields = null)
64.
{
65.
66.
if( $record = $this->findAll($conditions, $sort, $fields, 1) ){
67.
return array_pop($record);
68.
}else{
69.
return FALSE;
70.
}
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
- /home/www/other/zgsjz/controller/index.php on line 69
64.
$menu_s[$key]['url'] = '/index.php?c=index&a=goods&cid=' . $s['id'];
65.
$menu_s[$key]['sub'] = spClass("lib_goodscat")->findAll(array('pid' => $s['id']));
66.
foreach ($menu_s[$key]['sub'] as $k => $v) {
67.
$listNumb = spClass("lib_".$a)->findCount(array('cid' => $v['id']));
68.
if($listNumb==1){
69.
70.
$list=spClass("lib_".$a)->find(array('cid' => $v['id']));
$menu_s[$key]['sub'][$k]['url']='/index.php?c=index&a='.$a.'&id=' . $list['id'];
71.
}else{
72.
$menu_s[$key]['sub'][$k]['url'] = '/index.php?c=index&a='.$a.'&cid=' . $v['id'];
73.
if($listNumb>1){
74.
$menu_s[$key]['sub'][$k]['list'] = spClass("lib_".$a)->findAll(array('cid' => $v['id']));
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
- /home/www/other/zgsjz/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 /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
- /home/www/other/zgsjz/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 /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
Deprecated: Function ereg() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 51
Deprecated: Function ereg_replace() is deprecated in /home/www/other/zgsjz/SpeedPHP/Misc/notice.php on line 54
- /home/www/other/zgsjz/index.php on line 70
65.
66.
// 这里是入口文件全局位置
67.
import(APP_PATH.'/include/functions.php');
68.
import(APP_PATH.'/include/diyFunctions.php');
69.
import(APP_PATH.'/include/smarty.int.php');
70.
spRun();