コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->AppDownNum();
 }
コード例 #2
0
ファイル: Jiaoyun_ResCat.php プロジェクト: haitao1880/study
 public function __construct($carid)
 {
     parent::__construct();
     $this->carid = $carid;
     $this->CountMovieCat();
 }