01 2012 档案
摘要:http://www.zendstudio.net/zend-studio-tutorial/
阅读全文
摘要:<?php/** * Log util for log4php * @see Logger * @author jake * @since 2012-01-19 **/if (! class_exists ( "EdLoggerConfigurator" )) { ### Insert the path where you unpacked log4php ### include_once PATH_PLUGINS . 'edautomate' . PATH_SEP . 'classes' . PATH_SEP . 'log4p
阅读全文
摘要:http://php.net/manual/zh/ini.core.php
阅读全文
摘要:http://logging.apache.org/log4php/apidocs/index.html
阅读全文
摘要:使用ext:CheckboxSelectionModel 有个时候莫名其妙的不能清空所选中的checkbox,即使在ext:GridPanel设置了SelectionMemory="Disabled" 属性也一样,就仿照下面的选择所有写了一个清空的。//自动判断是否全选并选中或不选中表头的checkboxfunction autoCheckGridHead(){var hd_checker = grid.getEl().select('div.x-grid3-hd-checker'); //CompositeElementLite/CompositeElem
阅读全文
摘要:log4php是apache的logging下的一个子项目,是log4j在php下的实现。log4j是apache项目下有名的日志记录组件,有针对比较流行的语言的实现,log4cxx,log4j,log4net,log4php等等。 官方对log4php的介绍如下。Apache log4php™ is a versatile logging framework for PHP.Feature highlights:Configuration through XML, properties or PHP filesVarious logging destinations, including:C
阅读全文