Ejemplo n.º 1
0
 /**
  * Lists all models.
  */
 public function actionIndex()
 {
     $this->hasPrivilege(Acl::ACTION_VIEW);
     $this->pageTitle = Lang::t($this->resourceLabel . 's');
     $this->showPageTitle = TRUE;
     $this->render('index', array('model' => SettingsPage::model()->searchModel(array(), $this->settings[Constants::KEY_PAGINATION])));
 }