_options = array(); $this->_values = array(); $this->addOption('--',''); // no theme select for ($i=0; $i< count($themes[0]);$i++) { $this->addOption($themes[1][$i],$themes[0][$i]); } } }