|
eZ Publish
[trunk]
|
Go to the source code of this file.
Variables | |
| $cli = eZCLI::instance() | |
| $countries = $db->arrayQuery( "SELECT country_code from ezvatrule;" ) | |
| $db = eZDB::instance() | |
| $iniCountries = eZCountryType::fetchCountryList() | |
| $options = $script->getOptions( ) | |
| $script | |
| $updatedRules = 0 | |
| $cli = eZCLI::instance() |
Definition at line 12 of file updatevatcountries.php.
| $countries = $db->arrayQuery( "SELECT country_code from ezvatrule;" ) |
Definition at line 27 of file updatevatcountries.php.
Referenced by eZLocale\countryList(), eZCountryType\fetchCountryList(), eZCountryType\fetchObjectAttributeHTTPInput(), and eZCountryType\fetchTranslatedNames().
| $db = eZDB::instance() |
Definition at line 25 of file updatevatcountries.php.
| $iniCountries = eZCountryType::fetchCountryList() |
Definition at line 28 of file updatevatcountries.php.
| $options = $script->getOptions( ) |
Definition at line 21 of file updatevatcountries.php.
eZScript::instance( array( 'description' => ( "eZ Publish Country update script\n\n" . "Upgrades db table in addition with upgrade from 3.9.2 to 3.9.3\n" . "Fixes bug with aplying VAT rules" ), 'use-session' => false, 'use-modules' => true, 'use-extensions' => true ) )
Definition at line 13 of file updatevatcountries.php.
| $updatedRules = 0 |
Definition at line 30 of file updatevatcountries.php.