关于《细说PHP》CMS项目中问题
时间:2011-05-15
来源:互联网
登录首页:出现这个notice,
Notice: Undefined variable: data in D:\Apache\htdocs\cms_demo\class\Article.class.php on line 125
Notice: Undefined variable: data in D:\Apache\htdocs\cms_demo\class\Article.class.php on line 141
Notice: Undefined variable: data in D:\Apache\htdocs\cms_demo\class\Article.class.php on line 162
Notice: Undefined variable: data in D:\Apache\htdocs\cms_demo\class\Flink.class.php on line 98
我查看了函数中的data, 为什么会告诉我没定义呢?不是明明直接赋值为数组啊。
function getRecommend($catId=0,$offset=0, $num=10){
if($catId !=0 ){
$sql = "SELECT id, title,author,postTime,audit FROM {$this->tabName}
WHERE catId={$catId} and recommend=1 and audit=1 ORDER BY id DESC LIMIT $offset, $num";
}else{
$sql = "SELECT id, title,author,postTime,audit FROM {$this->tabName}
WHERE recommend=1 and audit=1 ORDER BY id DESC LIMIT $offset, $num";
}
$result=$this->mysqli->query($sql);
while($row=$result->fetch_assoc()){
$data[]=$row;
}
return $data;
而且主页样式也没连上。啥样式没有
Notice: Undefined variable: data in D:\Apache\htdocs\cms_demo\class\Article.class.php on line 125
Notice: Undefined variable: data in D:\Apache\htdocs\cms_demo\class\Article.class.php on line 141
Notice: Undefined variable: data in D:\Apache\htdocs\cms_demo\class\Article.class.php on line 162
Notice: Undefined variable: data in D:\Apache\htdocs\cms_demo\class\Flink.class.php on line 98
我查看了函数中的data, 为什么会告诉我没定义呢?不是明明直接赋值为数组啊。
function getRecommend($catId=0,$offset=0, $num=10){
if($catId !=0 ){
$sql = "SELECT id, title,author,postTime,audit FROM {$this->tabName}
WHERE catId={$catId} and recommend=1 and audit=1 ORDER BY id DESC LIMIT $offset, $num";
}else{
$sql = "SELECT id, title,author,postTime,audit FROM {$this->tabName}
WHERE recommend=1 and audit=1 ORDER BY id DESC LIMIT $offset, $num";
}
$result=$this->mysqli->query($sql);
while($row=$result->fetch_assoc()){
$data[]=$row;
}
return $data;
而且主页样式也没连上。啥样式没有
图片:未命名.jpg
'700')this.width='700';if(this.offsetHeight>'700')this.height='700';" title="Click Here To EnLarge">
'700')this.width='700';if(this.offsetHeight>'700')this.height='700';" title="Click Here To EnLarge">
作者: fionadream 发布时间: 2011-05-15
楼主你看看你的项目路径,很有可能是路径不对,没加载到样式
作者: ba5eat 发布时间: 2011-05-15
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28