Example #1
0
 /**
  * Lists all models.
  */
 public function actionIndex()
 {
     $dataProvider = new CActiveDataProvider('Area');
     $this->render('index', array('dataProvider' => $dataProvider, 'users' => User::getAllCollectors()));
 }