ThemeController::actionIndex PHP Méthode

actionIndex() public méthode

Lists all models.
public actionIndex ( )
    public function actionIndex()
    {
        $dataProvider = new CActiveDataProvider('Theme');
        $this->render('index', array('dataProvider' => $dataProvider));
    }