Esempio n. 1
0
 /**
  * Prepare view
  *
  * @param  string $member
  * @return void
  */
 protected function prepareView($member)
 {
     $this->viewPath = __DIR__ . '/../../view';
     parent::prepareView($member);
 }
Esempio n. 2
0
 /**
  * Prepare view
  *
  * @param  string $template
  * @return void
  */
 protected function prepareView($template)
 {
     $this->viewPath = __DIR__ . '/../../view';
     parent::prepareView($template);
 }
 /**
  * Prepare view
  *
  * @param  string $navigation
  * @return void
  */
 protected function prepareView($navigation)
 {
     $this->viewPath = __DIR__ . '/../../view';
     parent::prepareView($navigation);
 }
Esempio n. 4
0
 /**
  * Prepare view
  *
  * @param  string $template
  * @return void
  */
 protected function prepareView($template)
 {
     $this->viewPath = __DIR__ . '/../../view';
     parent::prepareView($template);
     if (isset($this->sess->member)) {
         $this->view->member = $this->sess->member;
     }
     $this->view->memberName = $this->memberName;
     $this->view->member_name = $this->memberName;
     $this->view->memberUri = $this->memberUri;
     $this->view->member_uri = $this->memberUri;
     $this->view->memberPath = $this->memberUri;
     $this->view->member_path = $this->memberUri;
     $this->view->memberRoleId = $this->memberRoleId;
     $this->view->member_role_id = $this->memberRoleId;
 }
Esempio n. 5
0
 /**
  * Prepare view
  *
  * @param  string $category
  * @return void
  */
 protected function prepareView($category)
 {
     $this->viewPath = __DIR__ . '/../../view';
     parent::prepareView($category);
 }
 /**
  * Prepare view
  *
  * @param  string $category
  * @return void
  */
 protected function prepareView($category)
 {
     $this->viewPath = __DIR__ . '/../../view';
     parent::prepareView($category);
     $this->view->date_format = $this->application->module('phire-categories')['datetime_formats']['date_format'];
     $this->view->month_format = $this->application->module('phire-categories')['datetime_formats']['month_format'];
     $this->view->day_format = $this->application->module('phire-categories')['datetime_formats']['day_format'];
     $this->view->year_format = $this->application->module('phire-categories')['datetime_formats']['year_format'];
     $this->view->time_format = $this->application->module('phire-categories')['datetime_formats']['time_format'];
     $this->view->hour_format = $this->application->module('phire-categories')['datetime_formats']['hour_format'];
     $this->view->minute_format = $this->application->module('phire-categories')['datetime_formats']['minute_format'];
     $this->view->minute_format = $this->application->module('phire-categories')['datetime_formats']['minute_format'];
     $this->view->separator = $this->application->module('phire-categories')['separator'];
 }
 /**
  * Prepare view
  *
  * @param  string $search
  * @return void
  */
 protected function prepareView($search)
 {
     $this->viewPath = __DIR__ . '/../../view';
     parent::prepareView($search);
 }