예제 #1
0
	function viewMscList() {
		parent::display();
		exit;
	}
예제 #2
0
	function subscribe() {
		$msc_id = JRequest::getInt('msc_id', 0);
		if (!empty($msc_id)) {
			$session = JFactory::getSession();
			$session->set('pay_msc_id', $msc_id);
		}
		JRequest::setVar('view', 'payment');
		parent::display();
	}