Zmiany pomiędzy wersją 93 and wersją 94 dla DeployerGuide/Developer

Pokaż
Ignoruj:
Data i czas:
02/09/15 11:33:39 (9 years temu)
Autor:
MK (IP: 79.188.124.105)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Developer

    v93 v94  
    9090$api = new EDokApi(); 
    9191$api->completeStage(1,2); 
    92 }}} 
    93  
    94 == Komponent !DBSelect == 
    95  
    96 {{{ 
    97 $this->prtpid = new DBSelect($this->name.'prtpid'); 
    98 $this->prtpid->top = '10px'; 
    99 $this->prtpid->left = '100px'; 
    100 $this->prtpid->width = '300px'; 
    101 $this->prtpid->defaultItemCaption = '-- '.Translator::translate('brak').' --'; 
    102 $this->prtpid->query = 'SELECT prtpid,prtpnm FROM procedures_def WHERE is_del IS NOT TRUE ORDER BY prtpnm ASC'; 
    103 $this->prtpid->update(); 
    10492}}} 
    10593