VirtueMart  3.2.14.9808
Namespaces | Variables
default_migrator.php File Reference

Namespaces

 VirtueMart
 

Variables

 $session = JFactory::getSession()
 
 $link =JROUTE::_('index.php?option=com_virtuemart&view=updatesmigration&task=fixCustomsParams&'.JSession::getFormToken().'=1' )
 
 $max_execution_time = ini_get('max_execution_time')
 
 $new_max_execution_time = ini_get('max_execution_time')
 
if($max_execution_time===$new_max_execution_time) else
 
 $memory_limit = VmConfig::getMemoryLimit()
 
 $options
 

Variable Documentation

$link =JROUTE::_('index.php?option=com_virtuemart&view=updatesmigration&task=fixCustomsParams&'.JSession::getFormToken().'=1' )
$max_execution_time = ini_get('max_execution_time')
$memory_limit = VmConfig::getMemoryLimit()
$new_max_execution_time = ini_get('max_execution_time')
$options
Initial value:
= array(
'migrateGeneralFromVmOne' => vmText::_('COM_VIRTUEMART_UPDATE_GENERAL'),
'migrateUsersFromVmOne' => vmText::_('COM_VIRTUEMART_UPDATE_USERS'),
'migrateProductsFromVmOne' => vmText::_('COM_VIRTUEMART_UPDATE_PRODUCTS'),
'migrateOrdersFromVmOne' => vmText::_('COM_VIRTUEMART_UPDATE_ORDERS'),
'migrateAllInOne' => vmText::_('COM_VIRTUEMART_UPDATE_ALL'),
'portVmAttributes' => vmText::_('COM_VIRTUEMART_UPDATE_ATTR').'<br />'.vmText::_('COM_VIRTUEMART_UPDATE_ATTR_2'),
'portVmRelatedProducts' => vmText::_('COM_VIRTUEMART_UPDATE_REL'),
)
static _($string, $jsSafe=false, $interpretBackSlashes=true, $script=false)
Definition: vmtext.php:60
$session = JFactory::getSession()
if ($max_execution_time===$new_max_execution_time) else
Initial value:
{
echo '<td>'.vmText::_('COM_VIRTUEMART_UPDATE_MIGRATION_CHANGE_MAX_EXECUTION_TIME').'</td><td><input class="inputbox" type="text" name="max_execution_time" size="15" value="'.$max_execution_time.'" />'.'</td>'
$max_execution_time
Definition: default_migrator.php:60