摘要: 在$_REQUEST['where'] = $where;$storeQuery->process_views($currentModule);上面加入以下代码,下面的代码指默认为查询本月if($where==''){$date_period ='thismonth';$date_from = get_date_from($date_period);$date_to = get_date_to($date_period);if(isset($date_from) && $date_from != "") 阅读全文
posted @ 2011-03-29 13:19 海乐学习 阅读(546) 评论(0) 推荐(0) 编辑
摘要: 在模块目录下的ListView.php中// Advanced Search Form Processing (START)此句代码下面,加入$_REQUEST['advanced']="true";//只显示高级查询 阅读全文
posted @ 2011-03-29 11:19 海乐学习 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 在此文件中\include\ListView\ListView.php将$export_link ="<a target=\"_blank\" href=\"export.php?module=".$export_module."\" class=\"listViewPaginationLinkS1\">".get_image($image_path."export","alt='".$this->local_app_string 阅读全文
posted @ 2011-03-29 11:09 海乐学习 阅读(294) 评论(0) 推荐(0) 编辑
摘要: Xdebug 使用说明先说下配置方法:1 下载xdebug http://www.xdebug.org 下载wincachegrind: http://sourceforge.net/projects/wincachegrind/ wincachegridd:为xdebug输出文件分析工具2 把xdebug copy到php扩展文件目录:d:/wamp/bin/php/php5.2.5/ext/编辑php.ini ,在其中添加如下配置行:Php代码 zend_extension_ts="d:/wamp/bin/php/php5.2.5/ext/xdebug.dll" ;;; 阅读全文
posted @ 2011-03-29 10:26 海乐学习 阅读(2068) 评论(0) 推荐(0) 编辑