コード例 #1
0
ファイル: Geography.php プロジェクト: ycheukf/report
 public function __construct()
 {
     parent::__construct();
     //		var_export($this->dimenkey2selected);
     if ($this->dateType == 'city') {
         $sKey = key($this->dimenkey2selected);
         $this->dimenkey2selected[$sKey] = 'province';
     }
 }
コード例 #2
0
ファイル: Trend.php プロジェクト: ycheukf/report
 public function __construct()
 {
     parent::__construct();
 }