NOTICE: Undefined variable: news in /www/wwwroot/kedigroup.com.cn/protected/cache/template/8358def7f7528c65ce728fa794194e85.1682521848.product.html.php on line 51
- /www/wwwroot/kedigroup.com.cn/protected/cache/template/8358def7f7528c65ce728fa794194e85.1682521848.product.html.php on line 51
46.
47.
48.
echo layout_footer(array('common'=>$common, ));?>
49.
50.
body>
51.
html>
- /www/wwwroot/kedigroup.com.cn/protected/include/core.php on line 379
374.
if(isset($conditions[0]) && $sql = $conditions[0]) unset($conditions[0]);
375.
foreach($conditions as $key => $condition)
376.
{
377.
if(substr($key, 0, 1) != ":")
378.
{
379.
380.
unset($conditions[$key]);
$conditions[":".$key] = $condition;
381.
}
382.
$join[] = "`{$key}` = :{$key}";
383.
}
384.
if(!$sql) $sql = join(" AND ",$join);
- /www/wwwroot/kedigroup.com.cn/protected/controller/general_controller.php on line 71
66.
}
67.
}
- /www/wwwroot/kedigroup.com.cn/protected/controller/product_controller.php on line 43
38.
$this->product = $product;
39.
$this->cate_list = vcache::instance()->product_cate_model('indexed_list');
40.
41.
$product_model->query("update {$product_model->table_name} set hits=hits+1 where id=$id");
42.
43.
44.
$this->compiler($this->cate['con_tpl']);
}
45.
else
46.
{
47.
jump(url('main', '404'));
48.
}
- /www/wwwroot/kedigroup.com.cn/protected/include/core.php on line 187
182.
public function __construct(){$this->init();}
183.
public function __get($name){return $this->_data[$name];}
184.
public function __set($name, $value){$this->_data[$name] = $value;}
185.
186.
public function display($tpl_name)
187.
188.
{
if(!$this->_v) $this->_v = new View(VIEW_DIR, APP_DIR.DS.'protected'.DS.'cache'.DS.'template');
189.
$this->_v->assign($this->_data);
190.
echo $this->_v->render($tpl_name);
191.
}
192.
}
- /www/wwwroot/kedigroup.com.cn/index.php on line 5
1.
2.
define('APP_DIR', realpath('./'));
3.
defined('DS') or define('DS', DIRECTORY_SEPARATOR);
4.
define('INCL_DIR', APP_DIR.DS.'protected'.DS.'include');
5.
require(INCL_DIR.DS.'core.php');