コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->Psys_PagerecordModel = new Psys_PagerecordModel();
     $stations = $this->Psys_PagerecordModel->site_appkey;
     $this->smarty->assign('stations', $stations);
 }
コード例 #2
0
ファイル: newsController.php プロジェクト: haitao1880/study
 public function __construct()
 {
     parent::__construct();
 }
コード例 #3
0
 public function __construct()
 {
     $this->stations = $this->getStation();
     parent::__construct();
 }