Home
last modified time | relevance | path

Searched refs:DICTIONARY_FOLDER (Results 1 – 1 of 1) sorted by relevance

/plugin/database/
H A Ddatabase.php156 var $DICTIONARY_FOLDER = "Create table"; variable in Environment
222 $directoryName = $this->baseFolder.$this->DICTIONARY_FOLDER;
227 mkdir("$this->baseFolder$this->DICTIONARY_FOLDER",0777);
234 if ($file != "." && $file != ".." && $file != $this->DICTIONARY_FOLDER) {
965 }elseif ($p_idOrName == $environment->DICTIONARY_FOLDER ) {
966 $this->name = $environment->DICTIONARY_FOLDER;
1403 … $this->name = $environment->baseFolder.$environment->DICTIONARY_FOLDER.'/'.$p_tableObjOrName;
2228 if ($IDX==$dbName.':'.$environment->DICTIONARY_FOLDER)