示例#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();
 }