本文整理匯總了PHP中Batch::viewBatch方法的典型用法代碼示例。如果您正苦於以下問題:PHP Batch::viewBatch方法的具體用法?PHP Batch::viewBatch怎麽用?PHP Batch::viewBatch使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類Batch
的用法示例。
在下文中一共展示了Batch::viewBatch方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: changearrayfieldEnter
\t</script>
EOF;
die;
break;
case "view":
if ($o->fetchBatch($o->batch_id)) {
//create a new token for editing a form
$nextid = 0;
$previousid = 0;
$token = $s->createToken($tokenlife, "CREATE_ACG");
$o->periodctrl = $simbizctrl->getSelectPeriod($o->period_id, 'N');
$o->orgctrl = $ctrl->selectionOrg($o->createdby, $o->organization_id, 'N', "aonKeyDown='return changearrayfieldEnter(event,this.id,{$nextid},{$previousid},this.id,this)'", 'Y');
//$o->accountsctrl=$ctrl->getSelectAccountsAjax($accounts_id,'Y',"","lineaccounts_id[$i]");
$o->transactiontable = $trans->showTransTable($o->batch_id, $o->iscomplete);
echo "<table><tr><td>";
$o->viewBatch($batch_id);
echo "</td><td>";
$o->showBatchTable("WHERE batch_id>0 and organization_id={$defaultorganization_id} and iscomplete=0", "ORDER BY batchno");
echo "</td></tr></table>";
} else {
//if can't find particular organization from database, return error message
redirect_header("batch.php", 3, "Some error on viewing your batch data, probably database corrupted");
}
//
break;
default:
$nextid = 0;
$previousid = 0;
$token = $s->createToken($tokenlife, "CREATE_ACG");
$o->orgctrl = $ctrl->selectionOrg($o->createdby, $defaultorganization_id, 'N', "aonKeyDown='return changearrayfieldEnter(event,this.id,{$nextid},{$previousid},this.id,this)'", 'Y');
$o->periodctrl = $simbizctrl->getSelectPeriod(0, 'N');