public function __construct() { parent::__construct(); $this->session = Factory::make("session"); $this->CateModel = Model::make("Category"); $this->PostModel = Model::make("Post"); }
public function __construct() { parent::__construct(); $this->assign("category", SlideBar::getCategoryAll()); $this->assign("tags", SlideBar::getTags()); $this->assign("site", $this->getSiteInfo()); }
public function __Construct() { parent::__Construct(); }
public function __construct() { parent::__Construct(); $this->postModel = Model::make("Post"); $this->commentModel = Model::make("Comment"); }
public function __construct() { parent::__Construct(); $this->msgModel = Model::make("Message"); $this->siteInfo = $this->getSiteInfo(); }
public function __construct() { parent::__construct(); $this->CateModel = Model::make("Category"); }