function __construct()
 {
     $option = JRequest::getCmd('option');
     parent::__construct();
     $this->_filter_prefix = $option . '_hotelamenity';
 }
 function __construct()
 {
     $option = JRequest::getCmd('option');
     parent::__construct();
     $this->_filter_prefix = $option . '_transferrate';
 }
示例#3
0
 function __construct()
 {
     $option = JRequest::getCmd('option');
     $this->_filter_prefix = $option . '_plans';
     parent::__construct();
 }
示例#4
0
 function __construct()
 {
     $option = JRequest::getCmd('option');
     parent::__construct();
     $this->_filter_prefix = $option . '_tourismtype';
 }
示例#5
0
 function __construct()
 {
     $option = JRequest::getCmd('option');
     parent::__construct();
     $this->_filter_prefix = $option . '_carcategory';
 }
示例#6
0
 function __construct()
 {
     $option = JRequest::getCmd('option');
     parent::__construct();
     $this->_filter_prefix = $option . '_supplement';
 }