예제 #1
0
파일: HaloModel.php 프로젝트: hzh123/my_yaf
 public function __construct()
 {
     $this->db = DataCenter::getDb('wcontact');
     //		$this->mc = DataCenter::getMc();
     $clazz = get_class($this);
     $this->logger = Logger::LOG($clazz);
     $this->weibo = null;
 }