/**
* Manages all models.
*/
public function actionAdmin()
{
$model=new Otprgrshistory('search');
$model->unsetAttributes();  // clear any default values
if(isset($_GET['Otprgrshistory']))
$model->attributes=$_GET['Otprgrshistory'];

$this->render('admin',array(
'model'=>$model,
));
}