摘要: 1 class Properties{ 2 protected $props=array(); 3 protected $change=false; 4 protected $path=""; 5 public function loadfromfile($path){ 6 $path=trim($path); 7 if($path==""){ 8 return false; 9 }else{10 $this->path=$path;11 $... 阅读全文
posted @ 2012-10-23 08:14 InnerPeace 阅读(308) 评论(0) 推荐(0)