上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页
摘要: function loadTreeNode($parentUID,$nodeType) { global $oEdTools; // $oEdTools->translateEmailNotificationData(); // TODO:test case !!! // $a=array('subject'=>'xp');// $oEdTools->triggerSendingEmailNotification('3522338864ef06242621706096655735','3228454584ef04aa75 阅读全文
posted @ 2012-02-03 14:29 Jake.Xu 阅读(719) 评论(0) 推荐(0) 编辑
摘要: http://www.sparxsystems.cn/resources/demos/index.html 阅读全文
posted @ 2012-02-02 10:09 Jake.Xu 阅读(167) 评论(0) 推荐(0) 编辑
摘要: http://www.zendstudio.net/zend-studio-tutorial/ 阅读全文
posted @ 2012-01-19 15:30 Jake.Xu 阅读(121) 评论(0) 推荐(0) 编辑
摘要: <?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 阅读全文
posted @ 2012-01-19 14:14 Jake.Xu 阅读(201) 评论(0) 推荐(0) 编辑
摘要: http://php.net/manual/zh/ini.core.php 阅读全文
posted @ 2012-01-19 10:43 Jake.Xu 阅读(98) 评论(0) 推荐(0) 编辑
摘要: http://logging.apache.org/log4php/apidocs/index.html 阅读全文
posted @ 2012-01-17 13:52 Jake.Xu 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 使用ext:CheckboxSelectionModel 有个时候莫名其妙的不能清空所选中的checkbox,即使在ext:GridPanel设置了SelectionMemory="Disabled" 属性也一样,就仿照下面的选择所有写了一个清空的。//自动判断是否全选并选中或不选中表头的checkboxfunction autoCheckGridHead(){var hd_checker = grid.getEl().select('div.x-grid3-hd-checker'); //CompositeElementLite/CompositeElem 阅读全文
posted @ 2012-01-10 11:19 Jake.Xu 阅读(3258) 评论(0) 推荐(1) 编辑
摘要: 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 阅读全文
posted @ 2012-01-04 09:00 Jake.Xu 阅读(4134) 评论(0) 推荐(0) 编辑
摘要: http://weburls.net/archives/281.html 阅读全文
posted @ 2011-12-30 16:47 Jake.Xu 阅读(166) 评论(0) 推荐(0) 编辑
摘要: Existing Propel column types areboolean,tinyint,smallint,integer,bigint,double,float,real,decimal,char,varchar,longvarchar,date,time,timestamp,blob,clob,object, andarray 阅读全文
posted @ 2011-12-30 15:12 Jake.Xu 阅读(180) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页