_options = array(); $this->_values = array(); $this->addOption('--', ''); // no theme select foreach ($themes as $themeValue => $themeName) { $this->addOption($themeName, $themeValue); } } }