
discuz
或许,这就是梦想吧!
- And there you are, stubborn old man, sitting on your butt.
-- I'll show you sitting on my butt!
展开
-
欢迎使用优快云-markdown编辑器
<?php /** * [Discuz!] (C)2001-2099 Comsenz Inc. * This is NOT a freeware, use is subject to license terms * * $Id: forum_forumdisplay.php 17186 2010-09-26 02:22:54Z monkey $ */ if(!defin转载 2015-08-22 19:52:17 · 1368 阅读 · 1 评论 -
关于C::t的一些问题
大概说一下我想实现的效果 我想通过商品贴子的ID,然后找到此贴子下的附件ID。 forum_attachment 附件索引表如下 字段名 数据类型 默认值 允许非空 自动递增 备注 aid mediumint(8) unsigned NO 是 附件id tid medium转载 2015-08-22 21:04:03 · 551 阅读 · 0 评论 -
Dsicuz x2.5去掉域名后面的/forum.php
1, 后台--全局--域名设置--应用域名--设置默认域名为访问域名就可以,如:www.xxxxx.com 上面2种方法都可以去掉域名后面的/forum.php或portal.php后缀,可实现SEO优化中的URL标准化 以下是最新更新的方法,自己在实践中总结了更简单的修改后缀的方法,分享给大家。 全局 -- 域名设置 -- 应用域名 在默认处 填写上你的域名转载 2015-08-22 21:10:40 · 1001 阅读 · 0 评论 -
discuz 数据表操作
函数 功能 DB::table($tablename) 获取正确带前缀的表名,转换数据库句柄, DB::delete($tablename, 条件,条数限制) 删除表中的数据 DB::insert($tablename, 数据(数组),是否返回插入ID,是否是替换式,是否silent) 插入数据操作 DB::update(转载 2015-08-22 21:07:28 · 874 阅读 · 0 评论