Пример #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();
 }