Example #1
0
 /**
  * Initial setup
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new VideoModel();
     $this->moduleInfo = array('title' => 'Videos');
 }
Example #2
0
 /**
  * Initial setup
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new BannerModel();
     $this->moduleInfo = array('title' => 'Slider');
 }