2015年9月4日

function core分析

摘要: function dstrpos($string, $arr, $returnvalue = false) { if(empty($string)) return false; // 做检测 是否为空 foreach((array)$arr as $v) { if(str... 阅读全文

posted @ 2015-09-04 16:16 holy翟翟 阅读(165) 评论(0) 推荐(0) 编辑

class_core 文件

摘要: 1) { $args = func_get_args(); unset($args[0]); } return self::_make_obj($name, 'model', true, $args); } pro... 阅读全文

posted @ 2015-09-04 15:27 holy翟翟 阅读(170) 评论(0) 推荐(0) 编辑

discuz_base 分析

摘要: $setter($value); } elseif($this->canGetProperty($name)) { throw new Exception('The property "'.get_class($this).'->'.$name.'" is rea... 阅读全文

posted @ 2015-09-04 15:14 holy翟翟 阅读(46) 评论(0) 推荐(0) 编辑

php 面试收集

摘要: http://www.iamphper.com/?post=44 高级php程序http://avnpc.com/pages/best-wheels-for-php 优秀博文http://www.phpddt.com/category/%E4%BA%8C%E6%AC%A1%E5%BC%80%E5%8... 阅读全文

posted @ 2015-09-04 12:34 holy翟翟 阅读(50) 评论(0) 推荐(0) 编辑

一时之悟

摘要: 渐渐的涨大了 加上慢慢了解女友家家庭关系,理解之前难以理解的情况 随着成长 随着生活深入 一切都不是原来的设想那样简单 那样随意。。。对待亲戚朋友要保持真诚 友好。。 阅读全文

posted @ 2015-09-04 12:13 holy翟翟 阅读(145) 评论(0) 推荐(0) 编辑

discuz 分析关键点学习

摘要: 1. set_exception_handler http://www.w3school.com.cn/php/func_error_set_exception_handler.asp 用户自定义捕获异常处理2. set_error_handlerhttp://www.w3school.com.cn... 阅读全文

posted @ 2015-09-04 12:09 holy翟翟 阅读(73) 评论(0) 推荐(0) 编辑

导航