Ejemplo n.º 1
0
 function __construct()
 {
     $option = JRequest::getCmd('option');
     parent::__construct();
     $this->_filter_prefix = $option . '_hotelamenity';
 }
Ejemplo n.º 2
0
 function __construct()
 {
     $option = JRequest::getCmd('option');
     parent::__construct();
     $this->_filter_prefix = $option . '_transferrate';
 }
Ejemplo n.º 3
0
 function __construct()
 {
     $option = JRequest::getCmd('option');
     $this->_filter_prefix = $option . '_plans';
     parent::__construct();
 }
Ejemplo n.º 4
0
 function __construct()
 {
     $option = JRequest::getCmd('option');
     parent::__construct();
     $this->_filter_prefix = $option . '_tourismtype';
 }
Ejemplo n.º 5
0
 function __construct()
 {
     $option = JRequest::getCmd('option');
     parent::__construct();
     $this->_filter_prefix = $option . '_carcategory';
 }
Ejemplo n.º 6
0
 function __construct()
 {
     $option = JRequest::getCmd('option');
     parent::__construct();
     $this->_filter_prefix = $option . '_supplement';
 }