摘要: 由两个文件组成:第一个test.phpout();第二个日历类:calendar.class.phpyear=isset($_GET["year"]) ? $_GET["year"] : date("Y"); $this->month=isset($_GET["month"])... 阅读全文
posted @ 2015-05-31 12:20 hongxinerke 阅读(488) 评论(0) 推荐(0)
摘要: $val){ $key=strtolower($key); //查看用户参数中数组的下标是否和成员属性名相同 if(!in_array($key,get_class_vars(get_class($this))... 阅读全文
posted @ 2015-05-31 12:11 hongxinerke 阅读(611) 评论(0) 推荐(0)