Пример #1
0
	public function research(){
		parent::index(6);
		$rid = isset($_GET['researchid']) ? intval($_GET['researchid']) : 0;
		if (empty($rid)) {
			$this->redirect(U('Research/index'));
		}
		$this->assign('rid', $rid);
		$this->display();
	
	}
Пример #2
0
 public function index()
 {
     parent::index(1);
     $this->display();
 }
Пример #3
0
 public function index()
 {
     parent::index($this->lotteryType);
     $this->display();
 }
Пример #4
0
 public function index()
 {
     parent::index(2);
     $this->display('Lottery:index');
 }