Db Connection close


protected function afterAction($action)

		{

			Yii::app()->db->active = false;

					

		}

What actually the above code do.?