Ejemplo n.º 1
0
 public function _index()
 {
     $infor = new profile();
     $pro = $infor->_getprofile();
     $this->values = array("user" => $_SESSION["USER"], "birth" => $pro->Birthday, "desc" => $pro->Desc, "gender" => $pro->Sex, "userid" => $_SESSION["USERID"], "nickname" => $_SESSION['NICK'], "title" => "我的Pic-ACGPIC");
     $this->RenderTemplate('user');
 }