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