Esempio n. 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;
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->model = new LoginModel();
 }
Esempio n. 3
0
 public function __construct()
 {
     parent::__construct();
 }
Esempio n. 4
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->_model = new suggestionsModel();
 }
Esempio n. 5
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->_model = new ActivitiesModel();
     $this->_view = new ActivitiesView($this->_model);
 }
Esempio n. 6
0
 public function __construct()
 {
     parent::__construct();
     $this->_model = new RelatedGroupsModel();
 }
Esempio n. 7
0
 /**
  * @see /build/mytravelbook/mytravelbook.ctrl.php
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->_model = new Rox();
     $this->_view = new RoxView($this->_model);
 }
Esempio n. 8
0
 public function __construct()
 {
     parent::__construct();
     $this->_model = new LinkModel();
     //   $this->_view  = new LinkView($this->_model);
 }
Esempio n. 9
0
 public function __construct()
 {
     parent::__construct();
     $this->_model = new LastcommentsModel();
 }
Esempio n. 10
0
 public function __construct()
 {
     parent::__construct();
     $this->_model = new Places();
 }
Esempio n. 11
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new SearchModel();
 }
Esempio n. 12
0
 public function __construct()
 {
     parent::__construct();
     $this->model = new MembersModel();
 }
Esempio n. 13
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->_model = new ApiModel();
     $this->_view = new ApiView($this->_model);
 }
Esempio n. 14
0
 public function __construct()
 {
     parent::__construct();
     $this->model = new InviteModel();
 }
Esempio n. 15
0
 public function __construct()
 {
     parent::__construct();
     $this->_model = new NotifyModel();
 }
Esempio n. 16
0
 public function __construct()
 {
     parent::__construct();
     $this->_model = new RightsModel();
 }