Example #1
0
 /**
  * Share variables with the view.
  *
  * @return void
  */
 private function shareWithView()
 {
     $this->view->share(array('current_uri' => implode('/', $this->request->segment() ?: array())));
 }