Zmiany pomiędzy wersją 93 and wersją 94 dla DeployerGuide/Developer
- Data i czas:
- 02/09/15 11:33:39 (10 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Developer
v93 v94 90 90 $api = new EDokApi(); 91 91 $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();104 92 }}} 105 93