Exemplo n.º 1
0
 function managereservations()
 {
     $this->rows = ReservationService::getClientReservations(JFactory::getUser()->id);
     $tpl = 'managereservations';
     return $tpl;
 }