Beispiel #1
0
 /**
  * 
  * @return unknown_type
  */
 public function index()
 {
     RoutingEngine::setPage("runnDAILY Requests", "PV__300");
     $confirm_to = Confirmation::fetchForUser(User::$current_user->uid, true);
     $confirm_from = Confirmation::fetchForUser(User::$current_user->uid, false);
     RoutingEngine::getSmarty()->assign("confirm_to", $confirm_to);
     RoutingEngine::getSmarty()->assign("confirm_from", $confirm_from);
 }