XarayaTranslationMemory  1.6
Classes | Variables
TranslationBackend.php File Reference

Go to the source code of this file.

Classes

class  TranslationBackend
 

Variables

 $DB = NewADOConnection(GetConfigVar('db_software'))
 
const LOCATE_CURR 0
 
const LOCATE_NEXT 1
 
const LOCATE_NEXTMISSING 2
 
const LOCATE_PREV 3
 
const LOCATE_PREVMISSING 4
 

Variable Documentation

◆ $DB

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

Definition at line 23 of file TranslationBackend.php.

◆ LOCATE_CURR

const LOCATE_CURR 0

◆ LOCATE_NEXT

const LOCATE_NEXT 1

◆ LOCATE_NEXTMISSING

const LOCATE_NEXTMISSING 2

◆ LOCATE_PREV

const LOCATE_PREV 3

Definition at line 31 of file TranslationBackend.php.

◆ LOCATE_PREVMISSING

const LOCATE_PREVMISSING 4

Definition at line 32 of file TranslationBackend.php.