本文整理汇总了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);