本文整理汇总了PHP中class_funciones_cxp::uf_obtenervalor_get_post方法的典型用法代码示例。如果您正苦于以下问题:PHP class_funciones_cxp::uf_obtenervalor_get_post方法的具体用法?PHP class_funciones_cxp::uf_obtenervalor_get_post怎么用?PHP class_funciones_cxp::uf_obtenervalor_get_post使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类class_funciones_cxp
的用法示例。
在下文中一共展示了class_funciones_cxp::uf_obtenervalor_get_post方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1:
$io_fun_cxp = new class_funciones_cxp();
$ls_tipo = $io_fun_cxp->uf_obtenertipo();
$ls_nomestpro1 = $_SESSION["la_empresa"]["nomestpro1"];
$ls_nomestpro2 = $_SESSION["la_empresa"]["nomestpro2"];
$ls_modalidad = $_SESSION["la_empresa"]["estmodest"];
switch ($ls_modalidad) {
case "1":
// Modalidad por Proyecto
$ls_titulo = "Catalogo de Estructura Presupuestaria " . $ls_nomestpro2;
break;
case "2":
// Modalidad por Presupuesto
$ls_titulo = "Catalogo de Estructura Programática " . $ls_nomestpro2;
break;
}
$ls_codestprog1 = $io_fun_cxp->uf_obtenervalor_get_post("1", "codestpro1", "txtcodestpro1", "");
$ls_denestprog1 = $io_fun_cxp->uf_obtenervalor_get_post("1", "denestpro1", "txtdenestpro1", "");
$ls_estcla = $io_fun_cxp->uf_obtenervalor_get_post("1", "estcla", "estcla", "");
unset($io_fun_cxp);
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title><?php
print $ls_titulo;
?>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--