摘要:
1.这个是要解析的模板2.$pv->Display();你渲染了模板就可以吧这个页面的变量在模板上输出了3.新增list.html页面时需要在伪静态设置一下,如图示例:(注意:每新增一个页面都要设置一下)4.解释不管是哪个模块,3.0都是按照后台排列顺序排序 阅读全文
posted @ 2015-04-12 22:25
作乐
阅读(190)
评论(0)
推荐(0)
PHP中的魔术方法总结 :__construct, __destruct , __call, __callStatic,__get, __set, __isset, __unset , __sleep
摘要:
PHP中的魔术方法总结 :__construct, __destruct , __call, __callStatic,__get, __set, __isset, __unset , __sleep, __wakeup, __toString, __set_state, __clone and _... 阅读全文
posted @ 2015-04-12 22:24
作乐
阅读(213)
评论(0)
推荐(0)
摘要:
通用代码: <a href="javascript:;"onclick="this.style.behavior='url(#default#homepage)';this.setHomePage(location.href);">设为首页</a> | <a href="javascript:;" 阅读全文
posted @ 2015-04-12 22:18
作乐
阅读(303)
评论(0)
推荐(0)
摘要:
$("#aa").click(function () {var date = new Date();this.year = date.getFullYear();this.month = date.getMonth() + 1;this.date = date.getDate();this.day ... 阅读全文
posted @ 2015-04-12 22:15
作乐
阅读(710)
评论(0)
推荐(0)