Пример #1
0
<?php

require_once '../../../../../class/autoload.inc';
$webroot = "../../../..";
$stu = new student($_SESSION['Student']['Student']['s_user']);
$dep = new department();
$st_depart = $dep->getAll();
$st_major = $dep->getAllMajor($stu->dept_id);
$st_class = $dep->getAllClass($stu->major_id);
// $st_depart[-1] = "无";
$edu = new education();
$st_edu = $edu->getAll();
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"  xml:lang="zh-CN" lang="zh-CN">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>个人信息</title>
        
         <script src="<?php 
echo $webroot . '/jquery-ui/js/jquery-1.9.1.js';
?>
"></script>
         <script src="<?php 
echo $webroot . '/js/profile.js';
?>
"></script>