예제 #1
0
	public function actionList()
	{
		$model = new Departure('search');
		$model->unsetAttributes();
		if(isset($_GET['Departure']))
			$model->attributes=$_GET['Departure'];
		$this->render('list',array('model'=>$model));
	}