XarayaTranslationMemory  1.6
Variables
import.php File Reference

Go to the source code of this file.

Variables

 if (empty( $argc))
 
 $DB = NewADOConnection(GetConfigVar('db_software'))
 
 $factory = new CreateImporter()
 
if($argc !=3||empty(TranslationProject::$LocaleIDCache[$argv[1]])) $proc = $factory->NewImporter($argv[2])
 

Variable Documentation

◆ $DB

$DB = NewADOConnection(GetConfigVar('db_software'))

Definition at line 28 of file import.php.

◆ $factory

$factory = new CreateImporter()

Definition at line 34 of file import.php.

◆ $proc

if ( $argc !=3||empty(TranslationProject::$LocaleIDCache[ $argv[1]])) $proc = $factory->NewImporter($argv[2])

Definition at line 53 of file import.php.

◆ if

if(empty($argc))

Definition at line 20 of file import.php.