AAAAhome/academiac/www/libraries/joomla/form/fields/cachehandler.php000064400000002210151375143140020766 0ustar00 name array. foreach (JCache::getStores() as $store) { $options[] = JHtml::_('select.option', $store, JText::_('JLIB_FORM_VALUE_CACHE_' . $store), 'value', 'text'); } $options = array_merge(parent::getOptions(), $options); return $options; } }