Zmiany pomiędzy wersją 30 and wersją 31 dla DeployerGuide/Developer
- Data i czas:
- 10/07/14 10:36:36 (10 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Developer
v30 v31 15 15 $document->save(); 16 16 } 17 }}} 18 19 === Wywołanie komendy ze skrypty === 20 {{{ 21 require_once('./commands/AddCommentCommand.inc'); 22 $command = new AddCommentCommand(); 23 $command->execute($bean, array('dscrpt' => 'test'.mktime(), 'notify' => 0)); 17 24 }}} 18 25