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