本文整理匯總了PHP中Sesion::getApellido_usuario方法的典型用法代碼示例。如果您正苦於以下問題:PHP Sesion::getApellido_usuario方法的具體用法?PHP Sesion::getApellido_usuario怎麽用?PHP Sesion::getApellido_usuario使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類Sesion
的用法示例。
在下文中一共展示了Sesion::getApellido_usuario方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: date
<?php
include "clases/Sesion.php";
$sesion = new Sesion();
if ($sesion->sesion_iniciada() == false) {
header('location:login.php');
}
$usuario = $sesion->getNombre_usuario() . " " . $sesion->getApellido_usuario();
?>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="img/logo.png">
<title>Q-Sort Sistema de Administradción de Colas</title>
<script src="js/jquery.min.js"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="css/vistas.css">
<script src="js/bootstrap.min.js"></script>
<script src="js/eventos.js?r=<?php
echo date('d-m-Y H:i:s');
?>
"></script>
<style>
.estaciones {
width: 500px;
height: 100px;