Zmiany pomiędzy wersją 100 and wersją 101 dla DeployerGuide/Developer

Pokaż
Ignoruj:
Data i czas:
03/19/15 17:54:21 (9 years temu)
Autor:
MK (IP: 188.137.112.4)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Developer

    v100 v101  
    11[[PageOutline(2-5,Contents,pullout)]] 
    22= Developer eDokumenty = 
     3 
     4==  == 
     5 
     6{{{ 
     7// poniższy kod zakłada że skrypt znajduje się w apps/edokumenty/scripts/ 
     8// aktualym foderem musi być zawsze apps/edokumenty/ 
     9chdir(dirname(__FILE__).'/../'); 
     10require_once('./../../framework/lib/util/Translator/Translator.inc'); 
     11 
     12include('./config.inc'); 
     13 
     14error_reporting(ERROR_REPORTING); 
     15 
     16define('SCRIPT_PATH', ''); 
     17define('ASYNC_SERVICE', false); 
     18 
     19include('../../framework/globalVar.inc'); 
     20include_once(LIB_PATH.'system/SysContext.inc'); 
     21 
     22include('./localVar.inc'); 
     23include(LIB_PATH.'util/Debug.inc'); 
     24include(LIB_PATH.'system/Request.inc'); 
     25include_once(LIB_PATH.'system/UserRights.inc'); 
     26include(LIB_PATH.'system/CookieSysReg.inc'); 
     27include(LIB_PATH.'system/Application.inc'); 
     28require_once(LIB_PATH.'system/VarPathService.inc'); 
     29}}} 
     30 
    331 
    432Dostęp do modelu obiektowego systemu eDokumenty: