本文整理汇总了PHP中set_value_get函数的典型用法代码示例。如果您正苦于以下问题:PHP set_value_get函数的具体用法?PHP set_value_get怎么用?PHP set_value_get使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了set_value_get函数的9个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: set_value_get
?>
" size="35" id="fcliente" class="a-c" autofocus>
<input type="hidden" name="fidcliente" id="fidcliente" value="<?php
echo $this->input->get('fidcliente');
?>
">
<label for="ffecha_ini">De</label>
<input type="text" name="ffecha_ini" id="ffecha_ini" value="<?php
echo set_value_get('ffecha_ini');
?>
" class="a-c">
<label for="ffecha_fin">A</label>
<input type="text" name="ffecha_fin" id="ffecha_fin" value="<?php
echo set_value_get('ffecha_fin');
?>
" class="a-c">
<input type="submit" name="enviar" value="Enviar" class="btn-blue corner-all">
</form>
<table class="tblListados corner-all8">
<tr class="header btn-gray">
<td>Nombre del Cliente</td>
<td>Piloto</td>
<td>Avión</td>
<td>Fecha/Hora Salida</td>
<td>Hora Llegada</td>
<td class="a-c">Opc</td>
</tr>
示例2: set_value_get
?>
" method="get" class="frmfiltros corner-all8 btn-gray">
<label for="ffecha_ini">De</label>
<input type="text" name="ffecha_ini" id="ffecha_ini" value="<?php
echo set_value_get('ffecha_ini');
?>
" class="a-c">
<label for="ffecha_fin">A</label>
<input type="text" name="ffecha_fin" id="ffecha_fin" value="<?php
echo set_value_get('ffecha_fin');
?>
" class="a-c">
<input type="hidden" name="id" value="<?php
echo set_value_get("id");
?>
">
<input type="submit" name="enviar" value="Enviar" class="btn-blue corner-all">
</form>
<div class="frmsec-left w100 f-l">
<table class="tblListados corner-all8" id="tbl_productos">
<tr class="header btn-gray">
<td>Fecha</td>
<td>Piloto</td>
<td>Avion</td>
<td>Cliente</td>
<td>Vuelos</td>
<td></td>
</tr>
示例3: set_value_get
echo $v->nombre;
?>
</option>
<?php
}
?>
</select>
<label for="ffecha1" style="margin-top: 15px;">Fecha del</label>
<input type="text" name="ffecha1" class="input-small search-query" id="ffecha1" value="<?php
echo set_value_get('ffecha1');
?>
" size="10">
<label for="ffecha2">Al</label>
<input type="text" name="ffecha2" class="input-small search-query" id="ffecha2" value="<?php
echo set_value_get('ffecha2');
?>
" size="10">
<input type="submit" name="enviar" value="Enviar" class="btn">
</div>
</form>
<div class="row-fluid">
<iframe name="rvcReporte" id="iframe-reporte" class="span12" src="<?php
echo base_url('panel/facturacion/rvp_pdf');
?>
" style="height:600px;"></iframe>
</div>
</div>
示例4: base_url
<div class="box-header well" data-original-title>
<h2><i class="icon-user"></i> Empresas</h2>
<div class="box-icon">
<a href="#" class="btn btn-minimize btn-round"><i class="icon-chevron-up"></i></a>
<a href="#" class="btn btn-close btn-round"><i class="icon-remove"></i></a>
</div>
</div>
<div class="box-content">
<form action="<?php
echo base_url('panel/empresas');
?>
" method="get" class="form-search">
<div class="form-actions form-filters">
<label for="fnombre">Nombre</label>
<input type="text" name="fnombre" id="fnombre" value="<?php
echo set_value_get('fnombre');
?>
" class="input-medium search-query" autofocus>
<input type="submit" name="enviar" value="Enviar" class="btn">
</div>
</form>
<?php
echo $this->empleados_model->getLinkPrivSm('empresas/agregar/', array('params' => '', 'btn_type' => 'btn-success pull-right', 'attrs' => array('style' => 'margin-bottom: 10px;')));
?>
<table class="table table-striped table-bordered bootstrap-datatable">
<thead>
<tr>
<th>Nombre</th>
<th>RFC</th>
示例5: base_url
<div id="contentAll" class="f-l">
<div class="f-l w100">
<form action="<?php
echo base_url('panel/aviones/');
?>
" method="GET" class="frmfiltros corner-all8 btn-gray">
<label for="fmatricula">Matrícula </label>
<input type="text" name="fmatricula" value="<?php
echo set_value_get('fmatricula');
?>
">
<input type="submit" name="enviar" value="enviar" class="btn-blue corner-all">
</form>
<table class="tblListados corner-all8">
<tr class="header btn-gray">
<td>Matrícula</td>
<td>Modelo</td>
<td>Tipo</td>
<td>Venc. Tarjeta</td>
<td class="a-c">Opc</td>
</tr>
<?php
foreach ($datos_a['aviones'] as $avn) {
?>
示例6: base_url
</div>
<div class="box-content">
<form action="<?php
echo base_url('panel/privilegios/');
?>
" method="get" class="form-search">
<div class="form-actions center">
<label for="fnombre">Nombre:</label>
<input type="text" name="fnombre" id="fnombre" value="<?php
echo set_value_get('fnombre');
?>
" class="input-medium" autofocus>
<label for="furl_accion">Url accion:</label>
<input type="text" name="furl_accion" id="furl_accion" value="<?php
echo set_value_get('furl_accion');
?>
" class="input-medium">
<button class="btn">Enviar</button>
</div>
</form>
<?php
echo $this->empleados_model->getLinkPrivSm('privilegios/agregar/', array('params' => '', 'btn_type' => 'btn-success pull-right', 'attrs' => array('style' => 'margin: 0px 0 10px 10px;')));
?>
<table class="table table-striped table-bordered bootstrap-datatable">
<thead>
<tr>
<th>Nombre</th>
<th>Url accion</th>
示例7: base_url
<div id="contentAll" class="f-l">
<div class="f-l w100">
<form action="<?php
echo base_url('panel/facturacion/index_series_folios');
?>
" method="GET" class="frmfiltros corner-all8 btn-gray">
<label for="fserie">Serie</label>
<input type="text" name="fserie" value="<?php
echo set_value_get('fserie');
?>
">
<input type="submit" name="enviar" value="enviar" class="btn-blue corner-all">
</form>
<table class="tblListados corner-all8">
<tr class="header btn-gray">
<td>Serie</td>
<td>No Aprobación</td>
<td>Folio Inicio</td>
<td>Folio Fin</td>
<td class="a-c">Opc</td>
</tr>
<?php
foreach ($datos_s['series'] as $serie) {
?>
示例8: base_url
<div id="contentAll" class="f-l">
<form action="<?php
echo base_url('panel/cuentas_cobrar');
?>
" method="get" class="frmfiltros corner-all8 btn-gray">
<label for="fempresa" class="control-label">Empresa</label>
<input type="text" name="fempresa" class="a-c" id="fempresa" size="35"
value="<?php
echo set_value_get('fempresa', isset($empresa['info']) ? $empresa['info']->nombre_fiscal : '');
?>
">
<input type="hidden" name="fid_empresa" id="fid_empresa"
value="<?php
echo set_value_get('fid_empresa', isset($empresa['info']) ? $empresa['info']->id_empresa : '');
?>
">
<label for="ffecha1">Del:</label>
<input type="text" name="ffecha1" id="ffecha1" value="<?php
echo $this->input->get('ffecha1');
?>
" size="10">
<label for="ffecha2">Al:</label>
<input type="text" name="ffecha2" id="ffecha2" value="<?php
echo $this->input->get('ffecha2');
?>
" size="10">
<label for="ftipo">Pagos:</label>
示例9: set_value_get
<label for="fmunicipio">Municipio</label>
<input type="text" name="fmunicipio" id="fmunicipio" value="<?php
echo set_value_get('fmunicipio');
?>
" class="input-medium search-query">
<label for="festado">Estado</label>
<input type="text" name="festado" id="festado" value="<?php
echo set_value_get('festado');
?>
" class="input-medium search-query">
<label for="fcalle">Calle</label>
<input type="text" name="fcalle" id="fcalle" value="<?php
echo set_value_get('fcalle');
?>
" class="input-medium search-query">
<button type="submit" class="btn">Buscar</button>
</div>
</form>
<?php
echo $this->empleados_model->getLinkPrivSm('clientes/agregar/', array('params' => '', 'btn_type' => 'btn-success pull-right', 'attrs' => array('style' => 'margin-bottom: 10px;')));
?>
<table class="table table-striped table-bordered bootstrap-datatable">
<thead>
<tr>
<th>Nombre</th>
<th>Telefono</th>