public function actionIndex() { $utenti = Utente::GetTutti(); //CActiveRecord search is scenario $model = new Utente('search'); $model->unsetAttributes(); if (isset($_GET['Utente'])) { var_dump($_GET); $model->attributes = $_GET['Utente']; } // $ruoli = Ruolo::model()->findAll(); // var_dump($ruoli); $this->render('home', array("model" => $model)); // var_dump(get_class(Utente::model())); // var_dump(Yii::app()->db->getSchema()->getTableNames()); // $this->render("home"); }