Zmiany pomiędzy wersją 30 and wersją 31 dla DeployerGuide/Developer

Pokaż
Ignoruj:
Data i czas:
10/07/14 10:36:36 (10 years temu)
Autor:
JP (IP: 188.137.112.4)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Developer

    v30 v31  
    1515    $document->save(); 
    1616} 
     17}}} 
     18 
     19=== Wywołanie komendy ze skrypty === 
     20{{{ 
     21require_once('./commands/AddCommentCommand.inc'); 
     22$command = new AddCommentCommand(); 
     23$command->execute($bean, array('dscrpt' => 'test'.mktime(), 'notify' => 0)); 
    1724}}} 
    1825