本文整理匯總了PHP中kekezu::get_ext_type方法的典型用法代碼示例。如果您正苦於以下問題:PHP kekezu::get_ext_type方法的具體用法?PHP kekezu::get_ext_type怎麽用?PHP kekezu::get_ext_type使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類kekezu
的用法示例。
在下文中一共展示了kekezu::get_ext_type方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: array_merge
if ($_POST['province'] == 'p') {
$tips['errors']['province'] = '請選擇省份';
kekezu::show_msg($tips, null, null, null, 'error');
}
$_POST['tar_content'] = kekezu::escape($_POST['tar_content']);
if (!$_POST['tar_content']) {
$tips['errors']['tar_content'] = '請輸入需求描述';
kekezu::show_msg($tips, NULL, NULL, NULL, 'error');
}
$arrPubInfo and $_POST = array_merge($arrPubInfo, $_POST);
$objRelease->save_task_obj($_POST, $stdCacheName);
kekezu::show_msg($tips, $strUrl . '&step=step3', NULL, NULL, 'ok');
} else {
!$_SESSION[$stdCacheName] and kekezu::show_msg($_lang['friendly_notice'], "index.php?do=pubtask&id={$id}", 2, "任務已提交,不可再返回修改!", "warning");
$objRelease->check_access($step, $id, $arrPubInfo);
$strExtTypes = kekezu::get_ext_type();
}
$arrFileLists = CommonClass::getFileArray('|', $arrPubInfo['file_ids']);
break;
case 'step3':
$intFileCount = 0;
if ($arrPubInfo['file_ids']) {
$intFileCount = count(explode('|', $arrPubInfo['file_ids']));
}
if (isset($formhash) && kekezu::submitcheck($formhash)) {
$arrPayitems = array('urgent' => intval($txt_urgent), 'tasktop' => intval($txt_tasktop) && intval($text_tasktop) ? intval($text_tasktop) : 0, 'workhide' => intval($txt_workhide), 'seohide' => intval($txt_seohide));
$arrPayitems = array_filter($arrPayitems);
PayitemClass::validPayitemCount($arrPayitems, $arrPubInfo['txt_task_day']);
$_POST['payitem'] = $arrPayitems;
$arrPubInfo and $_POST = array_merge($arrPubInfo, $_POST);
$objRelease->save_task_obj($_POST, $stdCacheName);