示例#1
0
 public function __construct()
 {
     parent::__Construct();
     $this->postModel = Model::make("Post");
     $this->commentModel = Model::make("Comment");
 }
示例#2
0
 public function __Construct()
 {
     parent::__Construct();
 }
示例#3
0
 public function __construct()
 {
     parent::__Construct();
     $this->msgModel = Model::make("Message");
     $this->siteInfo = $this->getSiteInfo();
 }