* the demo of zentaopms extension.
This commit is contained in:
@@ -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>
|
||||
@@ -0,0 +1 @@
|
||||
<?php include '../../view/getsid.html.php';?>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php include '../../common/header.html.php';?>
|
||||
main view file:<?php echo $sid;?>
|
||||
Reference in New Issue
Block a user