コード例 #1
0
ファイル: RootController.php プロジェクト: emisdb/cherry
	public function actionTadmin()
	{        
 		$model=new SegTourroutes('search');
		$model->unsetAttributes();  // clear any default values
		if(isset($_GET['SegTourroutes']))
			$model->attributes=$_GET['SegTourroutes'];
		$test=array('guide'=>$this->loadContact(Yii::app()->user->cid),'tours'=>$this->loadTours(),'todo'=>$this->loadUnreported());
		$this->render('tadmin',array(
			'model'=>$model,
			'info'=>$test,
		));
	}