码迷,mamicode.com
首页 >  
搜索关键字:thinkcmf    ( 49个结果
关于在thinkcmf中使用phpqrcode生成二维码
首先:下载二维码的类库 phpqrcode文件 然后将下载好的文件放到/simplewind/Core/Library/Vendor下 然后将下载好的文件放到/simplewind/Core/Library/Vendor下 public function scerweima(){ $url=www. ...
分类:Web程序   时间:2018-10-07 18:05:56    阅读次数:449
thinkCMF----列表页跳转
thinkCMF列表循环有个:用来循环文章列表。 但是用这个,一直用不了,就自己重新写了一个:修改 ListController.class 类: 具体使用: ...
分类:其他好文   时间:2018-08-27 11:27:12    阅读次数:640
thinkCMF----公共模板的引入
这个主要用于前台模板的 头部和底部分离: 具体引入方法: ...
分类:其他好文   时间:2018-08-27 11:19:01    阅读次数:449
thinkcmf 5关闭后台验证码
控制器修改 D:\cmf\thinkcmf\app\admin\controller\PublicController.php 注释 /* $captcha = $this->request->param('captcha'); if (empty($captcha)) { $this->error ...
分类:其他好文   时间:2018-05-25 13:42:15    阅读次数:985
树莓派 安装pdo_mysql扩展
树莓派真可谓一个神奇的器具~~ 用树莓派玩硬件什么的太费精力,因此我还是把它当作我练习linux的一个工具,昨天在尝试安装完LNMP环境后部署一个ThinkCMF(由于目前公司的后台是基于CMF开发的,所以自己尝试安装部署一下),结果在部署前提示缺少pdo_mysql扩展, 结果又是一通百度&goo ...
分类:数据库   时间:2017-11-07 14:34:48    阅读次数:279
thinkphp3.2----实现伪静态和路由配置
URL模式: 0.普通 http://localhost/qixin/ThinkCMF(test)_backup/index.php?g=user&m=login&a=index 带有?号这种传参路径,对SEO不友好 1.pathinfo http://localhost/qixin/ThinkCM ...
分类:Web程序   时间:2017-10-12 19:18:06    阅读次数:574
windows安装composer
下载安装 https://getcomposer.org/Composer-Setup.exe 我安装到了c:/composer,没有设置环境变量。 以下检测是否安装成功。 cmd 里执行安装easywechat: e:\php\thinkcmf-master\thinkcmf5\simplewin ...
分类:Windows程序   时间:2017-09-16 13:33:28    阅读次数:221
thinkcmf常用标签
1、图片地址:{:cmf_get_image_url($vo.icon)} 2、模板控件 ...
分类:其他好文   时间:2017-09-07 11:02:59    阅读次数:533
关于ThinkCMF自带插件上传不了图片的解决方法
原因:是因为删除了存放图片的文件夹,这是cmf在windows的一个BUG 解决方法: 再到php.ini里把 这个打开就解决了 ...
分类:Web程序   时间:2017-08-25 17:00:03    阅读次数:182
thinkphp的cms系统研究
cms比较好的: http://www.yfcmf.net/ think.rbac thinkcmf https://www.thinkcmf.com/ duothink https://git.coding.net/dantes/duothink.git 一个网建公司的cms : 测试访问地址:h ...
分类:Web程序   时间:2017-08-11 23:47:54    阅读次数:274
49条   上一页 1 2 3 4 5 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!