上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: 在对应的dbschema中的字段添加 'searchtype' => 'has', 'filtertype' => 'yes', 'filterdefault' => true, 如果是关联表则还需要加以下代码: 在model文件夹下面对应的php文件加: 阅读全文
posted @ 2018-01-04 10:47 limonyun 阅读(289) 评论(0) 推荐(0) 编辑
摘要: function isText(node, arr) { if(node.parentNode.tagName == 'pre'){ //源码模式下输入html标签,不能做转换处理,直接输出 arr.push(node.data) }else{ // arr.push(notTransTagName 阅读全文
posted @ 2017-12-28 10:24 limonyun 阅读(513) 评论(0) 推荐(0) 编辑
摘要: 打开app\desktop\lib\view\input.php 新建 input_xxx方法 阅读全文
posted @ 2017-12-28 10:17 limonyun 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 打开app\site\lib\controller.php 阅读全文
posted @ 2017-12-28 10:14 limonyun 阅读(143) 评论(0) 推荐(0) 编辑
摘要: php:$base_url=kernel::base_url(true); 阅读全文
posted @ 2017-12-22 11:32 limonyun 阅读(103) 评论(0) 推荐(0) 编辑
摘要: set global max_allowed_packet=524288000 临时更改最大500M 阅读全文
posted @ 2017-12-08 10:51 limonyun 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 如果不是动作触发的话,就要注意,每次触发一次都要删掉该class,可以延迟1-2秒删除 阅读全文
posted @ 2017-11-16 15:24 limonyun 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 如果需要循环的话,在后面加参数就行 但购物车一般是ajax,像ecshop是ajax.call方法,成功后执行js方法,所以上述操作是获取不了鼠标事件的,所以要做些修改; 阅读全文
posted @ 2017-11-16 15:18 limonyun 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-11-15 11:52 limonyun 阅读(1009) 评论(0) 推荐(0) 编辑
摘要: 如果导出队列能成功执行(队列不执行看这里)但是并未生成文件,那么原因大部份可能是出在FTP上。 ECSTORE2.0采用了PHP的FTP模块,所以先确认你的环境是否安装了FTP模块,如果没有,安装并在PHP.INI中配置好模组路径。 功能文件:\app\importexport\lib\policy 阅读全文
posted @ 2017-11-15 09:02 limonyun 阅读(245) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 下一页