* the demo of zentaopms extension.

This commit is contained in:
wangchunsheng
2010-03-17 08:28:38 +00:00
parent 0e0e252fe4
commit e48dbec77b
6 changed files with 9 additions and 1 deletions
+3 -1
View File
@@ -4,7 +4,9 @@ class misc extends control
{
public function getsid()
{
echo session_id();
$this->view->header->title = 'getsid';
$this->view->sid = session_id();
$this->display();
}
}
?>
@@ -0,0 +1,3 @@
<script language="Javascript">
$('#topbar').css('color', 'red');
</script>
+1
View File
@@ -0,0 +1 @@
<?php include '../../view/getsid.html.php';?>
View File
+2
View File
@@ -0,0 +1,2 @@
<?php include '../../common/header.html.php';?>
main view file:<?php echo $sid;?>