Tu môžete vidieť rozdiely medzi vybranou verziou a aktuálnou verziou danej stránky.
Next revision | Previous revision | ||
dev:omega:tmp-terminal-events [2015/05/25 13:13] Roman Sališ vytvorené |
dev:omega:tmp-terminal-events [2015/05/25 13:14] (aktuálne) Roman Sališ |
||
---|---|---|---|
Riadok 1: | Riadok 1: | ||
+ | ====== Sloty pre terminál ====== | ||
+ | |||
<code php> | <code php> | ||
/* @var $oProcess studio2_medic__events__medicEventSlotProcess */ | /* @var $oProcess studio2_medic__events__medicEventSlotProcess */ | ||
Riadok 6: | Riadok 8: | ||
"segmentTypeId" => 3, | "segmentTypeId" => 3, | ||
)); | )); | ||
+ | if (!x2_result($res)) { | ||
+ | die(x2_result_data($res)); | ||
+ | } | ||
+ | |||
print_r(x2_result_data($res)); | print_r(x2_result_data($res)); | ||
+ | |||
/* @var $oOrder studio2_medic__events__medicEventSlotOrder */ | /* @var $oOrder studio2_medic__events__medicEventSlotOrder */ | ||
Riadok 17: | Riadok 24: | ||
"includeAwr" => TRUE, | "includeAwr" => TRUE, | ||
)); | )); | ||
+ | if (!x2_result($res)) { | ||
+ | die(x2_result_data($res)); | ||
+ | } | ||
+ | |||
print_r(x2_result_data($res)); | print_r(x2_result_data($res)); | ||
</code> | </code> |