protected function __construct()
 {
     parent::__construct();
     $this->m_microBlog = new Microblog();
     $this->m_userProfile = new UserProfile();
     $this->m_followList = new FollowList();
 }
 protected function __construct()
 {
     parent::__construct();
     $this->m_user = new User();
     $this->m_userProfile = new UserProfile();
     $this->m_group = new Group();
 }
 protected function __construct()
 {
     parent::__construct();
     $this->m_followlist = new Followlist();
     $this->m_userProf = new UserProfile();
     $this->m_group = new Group();
 }
 protected function __construct()
 {
     parent::__construct();
     $this->m_followList = new FollowList();
     $this->m_group = new Group();
 }
 protected function __construct()
 {
     parent::__construct();
     $this->m_userProf = new UserProfile();
     $this->m_microblog = new Microblog();
 }
 protected function __construct()
 {
     parent::__construct();
 }