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; }
public function __construct() { parent::__construct(); $this->model = new LoginModel(); }
public function __construct() { parent::__construct(); }
/** * Constructor. */ public function __construct() { parent::__construct(); $this->_model = new suggestionsModel(); }
/** * Constructor. */ public function __construct() { parent::__construct(); $this->_model = new ActivitiesModel(); $this->_view = new ActivitiesView($this->_model); }
public function __construct() { parent::__construct(); $this->_model = new RelatedGroupsModel(); }
/** * @see /build/mytravelbook/mytravelbook.ctrl.php * */ public function __construct() { parent::__construct(); $this->_model = new Rox(); $this->_view = new RoxView($this->_model); }
public function __construct() { parent::__construct(); $this->_model = new LinkModel(); // $this->_view = new LinkView($this->_model); }
public function __construct() { parent::__construct(); $this->_model = new LastcommentsModel(); }
public function __construct() { parent::__construct(); $this->_model = new Places(); }
/** * Constructor. */ public function __construct() { parent::__construct(); $this->model = new SearchModel(); }
public function __construct() { parent::__construct(); $this->model = new MembersModel(); }
/** * Constructor. */ public function __construct() { parent::__construct(); $this->_model = new ApiModel(); $this->_view = new ApiView($this->_model); }
public function __construct() { parent::__construct(); $this->model = new InviteModel(); }
public function __construct() { parent::__construct(); $this->_model = new NotifyModel(); }
public function __construct() { parent::__construct(); $this->_model = new RightsModel(); }