摘要: Xdebug是一个很强大的调试php的软件,安装也很简单。1.php_xdebug.dll放入php目录下的ext文件中2.php.ini中开启[Xdebug]extension = "D:\xampp\php\ext\php_xdebug-2.2.3-5.3-vc9.dll" xdebug.profiler_enable=on xdebug.auto_trace = onxdebug.auto_profile = onxdebug.collect_params = onxdebug.collect_return = onxdebug.profiler_enable = o 阅读全文
posted @ 2014-01-14 12:53 TBHacker 阅读(3153) 评论(0) 推荐(0) 编辑
摘要: 有时候新闻或者消息提示有几条,可以用absolute定位来实现效果。原理是什么呢?1.获取数字或者状态。function getnewscount(){ $time = date("Y-m-d",strtotime("-3 day")); $where["News.checkked = ?"] = array("val"=>1 , "type"=>1); $where["News.UpdateTime >= ?"] = array("val&quo 阅读全文
posted @ 2014-01-14 11:28 TBHacker 阅读(439) 评论(0) 推荐(0) 编辑