83201

为什么富文本编辑器无法显示及插入数据无法正确插入数据库

回帖
回帖数 3
阅读数 2816
发表时间 2014-03-12 21:44:12
🍹
陈哲楼主

<?php include '../../common/view/kindeditor.html.php';?>

视图文件里面加入这行

并申明的HTML

<tr>

 <th class='rowhead'><?php echo $lang->topic->content;?></th>

 <td><?php echo html::textarea('content', '', "rows='8' class='area-1'");?></td>

</tr>

为什么视图没有显示。

在Model文件里面,如下语句:

$topic = fixer::input('post')

->setDefault('forumID', 1)

             ->setDefault('addedBy', $this->app->user->account)

             ->setDefault('addedDate', helper::now())

->setDefault('editedBy', $this->app->user->account)

             ->setDefault('editedDate', helper::now())

             ->setDefault('deleted', '0');

a($topic);

echo TABLE_TOPIC;

//exit;

        $this->dao->insert(TABLE_TOPIC)

            ->data($topic)->exec();

        return $this->dao->lastInsertID();

 

不报错,但是数据库也插入不了数据,求助,求助。

3个回复
🍟
春哥沙发
找错误日志。
2014-03-13 08:27:10 王春生 回帖
🍹
陈哲板凳

我在php目录下的logs下查找是空的,Apache的日志里面也没查到此信息。

我用的是网站上提供的一键安装环境。

2014-03-13 11:08:07 陈哲 回帖
dao有两个函数:dao::isError() dao::getError() tmp/log下面看sql日志。
2014-03-14 22:45:47 王春生 回帖
联系我们
联系人
魏中显/高级客户经理
电话(微信)
18561939726
QQ号码
1746749398
联系邮箱
weizhongxian@chandao.com
相关帖子
返回顶部
客服头像
魏中显
高级客户经理
客服微信
18561939726
1746749398
统一服务热线 4006-8899-23
我要提问提问有任何问题,您都可以在这里提问。问题反馈反馈点击这里,让我们聆听您的建议与反馈。