예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->_model = new GalleryModel();
     $this->_view = new GalleryView($this->_model);
     $this->loggedInMember = $this->_model->getLoggedInMember();
     $this->username = $this->loggedInMember ? $this->loggedInMember->Username : false;
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->model = new LoginModel();
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
 }
예제 #4
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->_model = new suggestionsModel();
 }
예제 #5
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->_model = new ActivitiesModel();
     $this->_view = new ActivitiesView($this->_model);
 }
예제 #6
0
 public function __construct()
 {
     parent::__construct();
     $this->_model = new RelatedGroupsModel();
 }
예제 #7
0
 /**
  * @see /build/mytravelbook/mytravelbook.ctrl.php
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_model = new Rox();
     $this->_view = new RoxView($this->_model);
 }
예제 #8
0
 public function __construct()
 {
     parent::__construct();
     $this->_model = new LinkModel();
     //   $this->_view  = new LinkView($this->_model);
 }
예제 #9
0
 public function __construct()
 {
     parent::__construct();
     $this->_model = new LastcommentsModel();
 }
예제 #10
0
 public function __construct()
 {
     parent::__construct();
     $this->_model = new Places();
 }
예제 #11
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new SearchModel();
 }
예제 #12
0
 public function __construct()
 {
     parent::__construct();
     $this->model = new MembersModel();
 }
예제 #13
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->_model = new ApiModel();
     $this->_view = new ApiView($this->_model);
 }
예제 #14
0
 public function __construct()
 {
     parent::__construct();
     $this->model = new InviteModel();
 }
예제 #15
0
 public function __construct()
 {
     parent::__construct();
     $this->_model = new NotifyModel();
 }
예제 #16
0
 public function __construct()
 {
     parent::__construct();
     $this->_model = new RightsModel();
 }