コード例 #1
0
ファイル: Index.php プロジェクト: Fennec-CMS/videos-module
 /**
  * Initial setup
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new VideoModel();
     $this->moduleInfo = array('title' => 'Videos');
 }
コード例 #2
0
ファイル: Index.php プロジェクト: Fennec-CMS/slider-module
 /**
  * Initial setup
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new BannerModel();
     $this->moduleInfo = array('title' => 'Slider');
 }