本文整理匯總了PHP中Utility::getStrOption方法的典型用法代碼示例。如果您正苦於以下問題:PHP Utility::getStrOption方法的具體用法?PHP Utility::getStrOption怎麽用?PHP Utility::getStrOption使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類Utility
的用法示例。
在下文中一共展示了Utility::getStrOption方法的13個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: trim
?>
</select>
<select name="paytype" onchange="form_search();" >
<option value="" >交易類型</option>
<?php
Utility::getStrOption($walletPayType, @$_REQUEST['paytype']);
?>
</select>
</div>
<div class="col-sm-12 m-t-10">
<div class="col-sm-2">
<select class="width-80 chosen-select" placeholder="輸入關鍵字" name="searchType" data-placeholder="請選擇" style="display: none;">
<?php
Utility::getStrOption($arrSecondHouseSearch, @$_REQUEST['searchType']);
?>
</select>
</div>
<div class="col-sm-5">
<div class="input-group">
<input type="text" class="form-control search-query" placeholder="輸入關鍵字" value="<?php
echo trim(@$_REQUEST['searchKeyWrod']);
?>
" name="searchKeyWrod">
<span class="input-group-btn">
<button type="button" class="btn btn-purple btn-sm" id="search_button">
搜索
<i class="icon-search icon-on-right bigger-110"></i>
示例2: trim
echo $_SERVER['PHP_SELF'];
?>
" enctype="multipart/form-data" method="post">
<div class="col-sm-12">
<div class="col-sm-2 w_a" >
<select name="size" onchange="form_search();" class="form-control" id="form-field-select-1">
<?php
Utility::getStrOption($arrPageI, @$_REQUEST['size'] ? $_REQUEST['size'] : DEFAULT_PAGE_SIZE);
?>
</select>
</div>
<div class="col-sm-2">
<select class="width-80 chosen-select" placeholder="輸入關鍵字" name="searchType" data-placeholder="請選擇" style="display: none;">
<?php
Utility::getStrOption($arrYouhuiSearch, @$_REQUEST['searchType']);
?>
</select>
</div>
<div class="col-sm-3">
<div class="input-group">
<input type="text" class="form-control search-query" placeholder="輸入關鍵字" value="<?php
echo trim(@$_REQUEST['searchKeyWrod']);
?>
" name="searchKeyWrod">
<span class="input-group-btn">
<button type="button" class="btn btn-purple btn-sm" id="search_button">
搜索
<i class="icon-search icon-on-right bigger-110"></i>
示例3: trim
<?php
Utility::getStrOption($arrPageI, @$_REQUEST['size'] ? $_REQUEST['size'] : DEFAULT_PAGE_SIZE);
?>
</select>
<select name="isreverse" onchange="form_search();" >
<option value="" >是否倒序</option>
<?php
Utility::getStrOption($arrIsReverse, @$_REQUEST['isreverse']);
?>
</select>
<div class="col-sm-2">
<select class="width-80 chosen-select" placeholder="輸入關鍵字" name="searchType" data-placeholder="請選擇" style="display: none;">
<?php
Utility::getStrOption($arrActvitySearch, @$_REQUEST['searchType']);
?>
</select>
</div>
<div class="col-sm-5">
<div class="input-group">
<input type="text" class="form-control search-query" placeholder="輸入關鍵字" value="<?php
echo trim(@$_REQUEST['searchKeyWrod']);
?>
" name="searchKeyWrod">
<span class="input-group-btn">
<button type="button" class="btn btn-purple btn-sm" id="search_button">
搜索
<i class="icon-search icon-on-right bigger-110"></i>
示例4: trim
<div class="col-sm-12">
<div class="col-sm-2 w_a" >
<select name="size" onchange="form_search();" class="form-control" id="form-field-select-1">
<?php
Utility::getStrOption($arrPageI, @$_REQUEST['size'] ? $_REQUEST['size'] : DEFAULT_PAGE_SIZE);
?>
</select>
</div>
<!--
<div class="col-sm-2">
<select class="width-80 chosen-select" placeholder="輸入關鍵字" name="searchType" data-placeholder="請選擇" style="display: none;">
<?php
Utility::getStrOption($arrShakeSearch, @$_REQUEST['searchType']);
?>
</select>
</div>
<div class="col-sm-3">
<div class="input-group">
<input type="text" class="form-control search-query" placeholder="輸入關鍵字" value="<?php
echo trim(@$_REQUEST['searchKeyWrod']);
?>
" name="searchKeyWrod">
<span class="input-group-btn">
<button type="button" class="btn btn-purple btn-sm" id="search_button">
搜索
<i class="icon-search icon-on-right bigger-110"></i>
示例5: trim
<div class="col-sm-1">
<select class="w_a" name="authstatus" onchange="form_search();" >
<option value="-1">認證狀態</option>
<?php
Utility::getStrOption($arrStudentStatus, @$_REQUEST['authstatus']);
?>
</select>
</div>
<div class="col-sm-2">
<select class="width-80 chosen-select" placeholder="輸入關鍵字" name="searchType" data-placeholder="請選擇" style="display: none;">
<?php
Utility::getStrOption($arrStudentListSearch, @$_REQUEST['searchType']);
?>
</select>
</div>
<div class="col-sm-3">
<div class="input-group">
<input type="text" class="form-control search-query" placeholder="輸入關鍵字" value="<?php
echo trim(@$_REQUEST['searchKeyWrod']);
?>
" name="searchKeyWrod">
<span class="input-group-btn">
<button type="button" class="btn btn-purple btn-sm" id="search_button">
搜索
<i class="icon-search icon-on-right bigger-110"></i>
示例6: trim
<option value="-1" >狀態</option>
<?php
Utility::getStrOption($renwuStatus, @$_REQUEST['status']);
?>
</select>
</div>
<div class="col-sm-12 m-t-10">
<div class="col-sm-2">
<select class="width-80 chosen-select" placeholder="輸入關鍵字" name="searchType" data-placeholder="請選擇" style="display: none;">
<?php
Utility::getStrOption($arrtaskslistWhere, @$_REQUEST['searchType']);
?>
</select>
</div>
<div class="col-sm-5">
<div class="input-group">
<input type="text" class="form-control search-query" placeholder="輸入關鍵字" value="<?php
echo trim(@$_REQUEST['searchKeyWrod']);
?>
" name="searchKeyWrod">
<span class="input-group-btn">
<button type="button" class="btn btn-purple btn-sm" id="search_button">
搜索
<i class="icon-search icon-on-right bigger-110"></i>
示例7:
include 'config/breadcrumbs.php';
?>
<div class="page-content">
<!-- 搜索 -->
<div class="well well-sm well-nav">
<div class="form-search-top">
<form id='form_search' action="<?php
echo $_SERVER['PHP_SELF'];
?>
" enctype="multipart/form-data" method="post">
<div class="col-sm-12">
<div class="col-sm-2 w_a" >
<select name="size" onchange="form_search();" class="form-control" id="form-field-select-1">
<?php
Utility::getStrOption($arrPageI, @$_REQUEST['size'] ? $_REQUEST['size'] : DEFAULT_PAGE_SIZE);
?>
</select>
</div>
</div>
</form>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<table id="sample-table-1" class="table table-striped table-bordered table-hover">
<thead>
<tr>
示例8: trim
');
</script>
-->
<div class="col-sm-1">
<select class="w_a" name="authstatus" onchange="form_search();" >
<option value="-1">認證狀態</option>
<?php
Utility::getStrOption($arrauthstatus, @$_REQUEST['status']);
?>
</select>
</div>
<div class="col-sm-2">
<select class="width-80 chosen-select" placeholder="輸入關鍵字" name="searchType" data-placeholder="請選擇" style="display: none;">
<?php
Utility::getStrOption($arrPersonSeach, @$_REQUEST['searchType']);
?>
</select>
</div>
<div class="col-sm-3">
<div class="input-group">
<input type="text" class="form-control search-query" placeholder="輸入關鍵字" value="<?php
echo trim(@$_REQUEST['searchKeyWrod']);
?>
" name="searchKeyWrod">
<span class="input-group-btn">
<button type="button" class="btn btn-purple btn-sm" id="search_button">
搜索
<i class="icon-search icon-on-right bigger-110"></i>
示例9: trim
<select name="authstatus" onchange="form_search();" >
<option value="" >認證狀態</option>
<?php
Utility::getStrOption($arrauthstatus, @$_REQUEST['authstatus']);
?>
</select>
</div>
<div class="col-sm-12 m-t-10">
<div class="col-sm-2">
<select class="width-80 chosen-select" placeholder="輸入關鍵字" name="searchType" data-placeholder="請選擇" style="display: none;">
<?php
Utility::getStrOption($arrCompanySearch, @$_REQUEST['searchType']);
?>
</select>
</div>
<div class="col-sm-5">
<div class="input-group">
<input type="text" class="form-control search-query" placeholder="輸入關鍵字" value="<?php
echo trim(@$_REQUEST['searchKeyWrod']);
?>
" name="searchKeyWrod">
<span class="input-group-btn">
<button type="button" class="btn btn-purple btn-sm" id="search_button">
搜索
<i class="icon-search icon-on-right bigger-110"></i>
示例10: trim
</select>
</div>
<div class="col-sm-1">
<select class="w_a" name="status" onchange="form_search();" >
<option value="-1">狀態</option>
<?php
Utility::getStrOption($systemStatus, @$_REQUEST['status']);
?>
</select>
</div>
<div class="col-sm-2">
<select class="width-80 chosen-select" placeholder="輸入關鍵字" name="searchType" data-placeholder="請選擇" style="display: none;">
<?php
Utility::getStrOption($arrevaluationlistWhere, @$_REQUEST['searchType']);
?>
</select>
</div>
<div class="col-sm-3">
<div class="input-group">
<input type="text" class="form-control search-query" placeholder="輸入關鍵字" value="<?php
echo trim(@$_REQUEST['searchKeyWrod']);
?>
" name="searchKeyWrod">
<span class="input-group-btn">
<button type="button" class="btn btn-purple btn-sm" id="search_button">
搜索
<i class="icon-search icon-on-right bigger-110"></i>
示例11:
?>
" enctype="multipart/form-data" method="post">
<div class="col-sm-12">
<div class="col-sm-2 w_a" >
<select name="size" onchange="form_search();" class="form-control" id="form-field-select-1">
<?php
Utility::getStrOption($arrPageI, @$_REQUEST['size'] ? $_REQUEST['size'] : DEFAULT_PAGE_SIZE);
?>
</select>
</div>
<div class="col-sm-1">
<select class="w_a" name="status" onchange="form_search();" >
<option value="-1">狀態</option>
<?php
Utility::getStrOption($systemStatus, @$_REQUEST['status']);
?>
</select>
</div>
</div>
</form>
</div> <!-- row end -->
</div> <!-- seach end -->
<div class="row">
<div class="col-xs-12">
示例12: trim
<select name="redeemstatus" onchange="form_search();" >
<option value="" >提現狀態</option>
<?php
Utility::getStrOption($redeemStatus, @$_REQUEST['redeemstatus']);
?>
</select>
</div>
<div class="col-sm-12 m-t-10">
<div class="col-sm-2">
<select class="width-80 chosen-select" placeholder="輸入關鍵字" name="searchType" data-placeholder="請選擇" style="display: none;">
<?php
Utility::getStrOption($arrwalletPaySearch, @$_REQUEST['searchType']);
?>
</select>
</div>
<div class="col-sm-5">
<div class="input-group">
<input type="text" class="form-control search-query" placeholder="輸入關鍵字" value="<?php
echo trim(@$_REQUEST['searchKeyWrod']);
?>
" name="searchKeyWrod">
<span class="input-group-btn">
<button type="button" class="btn btn-purple btn-sm" id="search_button">
搜索
<i class="icon-search icon-on-right bigger-110"></i>
示例13: trim
</select>
</div>
<div class="col-sm-1">
<select class="w_a" name="status" onchange="form_search();" >
<option value="-1">狀態</option>
<?php
Utility::getStrOption($systemStatus, @$_REQUEST['status']);
?>
</select>
</div>
<div class="col-sm-2">
<select class="width-80 chosen-select" placeholder="輸入關鍵字" name="searchType" data-placeholder="請選擇" style="display: none;">
<?php
Utility::getStrOption($arrPofessSearch, @$_REQUEST['searchType']);
?>
</select>
</div>
<div class="col-sm-3">
<div class="input-group">
<input type="text" class="form-control search-query" placeholder="輸入關鍵字" value="<?php
echo trim(@$_REQUEST['searchKeyWrod']);
?>
" name="searchKeyWrod">
<span class="input-group-btn">
<button type="button" class="btn btn-purple btn-sm" id="search_button">
搜索
<i class="icon-search icon-on-right bigger-110"></i>