Thinkcmf
hsu282
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
关于 data-refresh 解决$this->success()不能正常跳转的问题 可以用data-refresh = ‘0‘ 来控制刷新跳转
遇到一个问题$this->success('保存成功!', url('AdminCategory/index'));无法正常跳转页面,分析发现html代码中data-refresh的值设为0了 改成1 就可以了 附代码如下: <div class="form-group"> <input type="hidden" name="id" value="{$id}"> <button t...原创 2021-01-29 17:09:59 · 1223 阅读 · 0 评论 -
类的属性不存在错误 thinkphp/thinkcmf
thinkcmf出现如下错误: 这个错误是因为数据库表中没有模板要调用的字段,解决方法:请检测数据库添加相应字段或去掉模板上相应字段原创 2021-01-29 14:56:05 · 1413 阅读 · 0 评论 -
thinkcmf:Cannot redeclare cmf_get_date() (previously declared in
调试thinkcmf 遇到一个诡异的错误: Cannot redeclare cmf_get_date() (previously declared in D:\phpstudy_pro\WWW\xxx\data\runtime\temp\69471ffad8d9b10c7dda46134b92234d.php:13) 错误原因:多次引用导致重复声明 去掉报错的文件的重复声明解决问题 ...原创 2021-01-28 16:16:46 · 353 阅读 · 0 评论
分享