2014年5月4日

PHP中的魔术方法总结

摘要: __construct, __destruct , __call, __callStatic,__get, __set, __isset, __unset , __sleep, __wakeup, __toString, __set_state, __clone and __autoload 阅读全文

posted @ 2014-05-04 21:14 hminfei 阅读(110) 评论(0) 推荐(0)

2014年4月11日

javascript 之封装技巧

摘要: javascritp封装运用记录 阅读全文

posted @ 2014-04-11 12:08 hminfei 阅读(422) 评论(0) 推荐(1)

2013年6月7日

$_SERVER[’PHP_SELF’],$_SERVER['REQUEST_URI'],$_SERVER[’SCRIPT_NAME’]的区别

摘要: $_SERVER[’PHP_SELF’]http://www.yoursite.com/example/ -- -- -- /example/index.phphttp://www.yoursite.com/example/index.php -- -- -- /example/index.phphttp://www.yoursite.com/example/index.php?a=test -- -- -- /example/index.phphttp://www.yoursite.com/example/index.php/dir/test -- -- -- /dir/testWhen w 阅读全文

posted @ 2013-06-07 01:35 hminfei 阅读(216) 评论(0) 推荐(0)

2013年3月21日

第一篇 channel和channelartlist标签详解

摘要: channel标签用来显示网站的频道,有多种用法,涉及到换行、分列等功能。网上的资料有限,下面我们就结合默认模板详细讲解一下这个标签的用法。 ¢channel|频道标签 标签名称:channel 标记简介:织梦常用标记,通常用于网站顶部以获取站点栏目信息,方便网站会员分类浏览整站信息 功能说明:用于获取栏目列表 适用范围:全局使用 基本语法:{dede:channel type='top' row='8' currentstyle="<li><a href='~typelink~' class='th 阅读全文

posted @ 2013-03-21 18:11 hminfei 阅读(1464) 评论(0) 推荐(0)

导航