예제 #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
 public function __construct()
 {
     parent::__construct();
 }
예제 #3
0
 public function __construct()
 {
     $this->stations = $this->getStation();
     parent::__construct();
 }