SELECT * FROM vn_prod WHERE apid like '%,8,%' and visible=1 ORDER BY stick DESC,odnum DESC,id DESC LIMIT 10
執(zhí)行錯(cuò)誤: MySQL server has gone away
- /www/wwwroot/www.hnpadz.com/Comm/MyFrame/Drivers/mysql.php on line 62
57.
{
58.
$this->arrSql[] = $sql;
59.
if( $result = mysql_query($sql, $this->conn) ){
60.
return $result;
61.
}else{
62.
63.
spError("{$sql}<br />執(zhí)行錯(cuò)誤: " . mysql_error());
}
64.
}
65.
66.
/**
67.
* 返回影響行數(shù)
- /www/wwwroot/www.hnpadz.com/Comm/MyFrame/Drivers/mysql.php on line 26
21.
*
22.
* @param sql 執(zhí)行的SQL語(yǔ)句
23.
*/
24.
public function getArray($sql)
25.
{
26.
27.
if( ! $result = $this->exec($sql) )return array();
if( ! mysql_num_rows($result) )return array();
28.
$rows = array();
29.
while($rows[] = mysql_fetch_array($result,MYSQL_ASSOC)){}
30.
mysql_free_result($result);
31.
array_pop($rows);
- /www/wwwroot/www.hnpadz.com/Comm/MyFrame/Core/spModel.php on line 103
98.
}else{
99.
$sort = "ORDER BY {$this->pk}";
100.
}
101.
$sql = "SELECT {$fields} FROM {$this->tbl_name} {$where} {$sort}";
102.
if(null != $limit)$sql = $this->_db->setlimit($sql, $limit);
103.
104.
return $this->_db->getArray($sql);
}
105.
/**
106.
* 過(guò)濾轉(zhuǎn)義字符
107.
*
108.
* @param value 需要進(jìn)行過(guò)濾的值
- /www/wwwroot/www.hnpadz.com/Comm/MyFrame/Core/spModel.php on line 745
740.
public function __call($func_name, $func_args){
741.
if( in_array( $func_name, $this->methods ) && FALSE != $this->enabled ){
742.
if( 'delete' == $func_name || 'deleteByPk' == $func_name )$maprecords = $this->prepare_delete($func_name, $func_args);
743.
if( null != $this->run_result ){
744.
$run_result = $this->run_result;
745.
746.
}elseif( !$run_result = call_user_func_array(array($this->model_obj, $func_name), $func_args) ){
if( 'update' != $func_name )return FALSE;
747.
}
748.
if( null != $this->model_obj->linker && is_array($this->model_obj->linker) ){
749.
foreach( $this->model_obj->linker as $linkey => $thelinker ){
750.
if( !isset($thelinker['map']) )$thelinker['map'] = $linkey;
- /www/wwwroot/www.hnpadz.com/Action/comm.php on line 32
27.
28.
$condition = "apid like '%,1,%' and visible=1";
29.
$this->prod_zztd = spClass('m_prod')->spLinker()->findAll($condition,'stick DESC,odnum DESC,id DESC',null,5);
30.
31.
$condition = "apid like '%,8,%' and visible=1";
32.
33.
$this->prod_yyhj = spClass('m_prod')->spLinker()->findAll($condition,'stick DESC,odnum DESC,id DESC',null,10);
34.
$condition = "apid like '%,60,%' and visible=1";
35.
$this->prod_pxly = spClass('m_prod')->spLinker()->findAll($condition,'stick DESC,odnum DESC,id DESC',null,20);
36.
//服務(wù)中心
37.
$this->ncat_jszc = spClass('m_ncat')->findAll(array('pid'=>4),'odnum DESC');
- /www/wwwroot/www.hnpadz.com/Action/comm.php on line 32
27.
28.
$condition = "apid like '%,1,%' and visible=1";
29.
$this->prod_zztd = spClass('m_prod')->spLinker()->findAll($condition,'stick DESC,odnum DESC,id DESC',null,5);
30.
31.
$condition = "apid like '%,8,%' and visible=1";
32.
33.
$this->prod_yyhj = spClass('m_prod')->spLinker()->findAll($condition,'stick DESC,odnum DESC,id DESC',null,10);
34.
$condition = "apid like '%,60,%' and visible=1";
35.
$this->prod_pxly = spClass('m_prod')->spLinker()->findAll($condition,'stick DESC,odnum DESC,id DESC',null,20);
36.
//服務(wù)中心
37.
$this->ncat_jszc = spClass('m_ncat')->findAll(array('pid'=>4),'odnum DESC');
- /www/wwwroot/www.hnpadz.com/Comm/MyFrame/spFunctions.php on line 160
155.
}
156.
}
157.
if(FALSE != $has_define){
158.
$argString = '';$comma = '';
159.
if(null != $args)for ($i = 0; $i < count($args); $i ++) { $argString .= $comma . "\$args[$i]"; $comma = ', '; }
160.
161.
eval("\$GLOBALS['G_SP']['inst_class'][\$class_name]= new \$class_name($argString);");
return $GLOBALS['G_SP']["inst_class"][$class_name];
162.
}
163.
spError($class_name."類定義不存在,請(qǐng)檢查。");
164.
}
165.
- /www/wwwroot/www.hnpadz.com/Comm/MyFrame/spFunctions.php on line 15
10.
function spRun(){
11.
GLOBAL $__controller, $__action;
12.
// 對(duì)路由進(jìn)行自動(dòng)執(zhí)行相關(guān)操作
13.
spLaunch("router_prefilter");
14.
// 對(duì)將要訪問(wèn)的控制器類進(jìn)行實(shí)例化
15.
16.
$handle_controller = spClass($__controller, null, $GLOBALS['G_SP']["controller_path"].'/'.$__controller.".php");
// 調(diào)用控制器出錯(cuò)將調(diào)用路由錯(cuò)誤處理函數(shù)
17.
if(!is_object($handle_controller) || !method_exists($handle_controller, $__action)){
18.
eval($GLOBALS['G_SP']["dispatcher_error"]);
19.
exit;
20.
}
- /www/wwwroot/www.hnpadz.com/index.php on line 13
8.
require('config.php');
9.
//加載框架核心
10.
require(SP_PATH.'/SpeedPHP.php');
11.
require('functions.php');
12.
//執(zhí)行應(yīng)用
13.
14.
spRun();
?>