上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 23 下一页
摘要: lib_time.php gmtime()说明:获得当前格林威治时间的时间戳 server_timezone()说明:获得服务器的时区 local_mktime($hour = NULL , $minute= NULL, $second = NULL, $month = NULL, $day = N 阅读全文
posted @ 2016-12-29 17:21 鼎峰Bruce 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 代码如下:{loop $shigongtu $r}<img src="{$r[url]} " title="测试"/>{/loop} 2 首页,分页调用 第一种推荐位调用自定义字段在模型里加好自定义字段后,必须把“在推荐位标签中调用”点击“是“然后用同一样的方法去调节数据就OK了,记住,如果你加了文 阅读全文
posted @ 2016-12-29 17:00 鼎峰Bruce 阅读(4940) 评论(0) 推荐(0) 编辑
摘要: {get_linkage($r['areaid'],1,' >> ',1)} 复制代码 当然这个 $r 也不是绝对的.要看你的loop 是如何写的. {loop $data $n $r} 如果是这样写的,就是 $r['areaid'] . 另外必须保证此字段被正确读取有值. 下面是global.fu 阅读全文
posted @ 2016-12-29 16:49 鼎峰Bruce 阅读(1930) 评论(0) 推荐(0) 编辑
摘要: 代码如下: phpcms\modules\content\classes\html.class.php 查找 复制代码 代码如下: /** * 更新首页 */ public function index() { if($this->siteid==1) { $file = PHPCMS_PATH.' 阅读全文
posted @ 2016-12-29 16:44 鼎峰Bruce 阅读(1307) 评论(0) 推荐(0) 编辑
摘要: phpwind iis下伪静态规则[ISAPI_Rewrite]RewriteRule ^(.*)/(.*)-htm-(.*)-(.*)\.html$ $1/$2\.php\?$3=$4RewriteRule ^(.*)/read-htm-tid-(.*)\.html$ $1/read\.php\? 阅读全文
posted @ 2016-12-29 16:39 鼎峰Bruce 阅读(1378) 评论(0) 推荐(0) 编辑
摘要: 需要使用到add meta boxes Action,该Action允许我们为任何文章类型注册Meta Box,在该Action中,我们需要使用add_meta_box()方法来添加Meta Box的相关信息。代码如下<pphp Code复制内容到剪贴板 function add_rating_me 阅读全文
posted @ 2016-12-29 16:31 鼎峰Bruce 阅读(1992) 评论(0) 推荐(0) 编辑
摘要: 现在Wordpress是登录之后跳回到我们上次查看的页面,那么要如何修改它登录之后直接跳回到首页呢,这里就来给给大家详细介绍一下解决方法. 首先定位到登录链接所在位置,你会看到类似下面的代码: 复制代码 代码如下: <a href="<php echo wp_login_url(); ?>" tit 阅读全文
posted @ 2016-12-29 16:29 鼎峰Bruce 阅读(3122) 评论(0) 推荐(0) 编辑
摘要: <php /** * 安全过滤函数 * * @param $string * @return string */ function safe_replace($string) { $string = str_replace('%20','',$string); $string = str_repla 阅读全文
posted @ 2016-12-28 16:38 鼎峰Bruce 阅读(672) 评论(0) 推荐(0) 编辑
摘要: strripos() 函数 定义和用法strripos() 函数查找字符串在另一个字符串中最后一次出现的位置。如果成功,则返回位置,否则返回 false。语法strrpos(string,find,start)参数描述string必需。规定被搜索的字符串。find必需。规定要查找的字符。start可 阅读全文
posted @ 2016-12-28 16:22 鼎峰Bruce 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 第一步:在Smarty_Compiler.class.php的_compile_tag函数中增加: 复制代码 代码如下: //加载数据的开始标签case 'load': $this->_push_tag('load'); return $this->_complie_load_start($tag_ 阅读全文
posted @ 2016-12-28 16:07 鼎峰Bruce 阅读(165) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 23 下一页