PHP Classes

File: cms/admin/logout.php

Recommend this page to a friend!
  Classes of Vivek moyal   PHP Content Management System   cms/admin/logout.php   Download  
File: cms/admin/logout.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Content Management System
Manage content pages stored on a MySQL database
Author: By
Last change:
Date: 6 years ago
Size: 119 bytes
 

Contents

Class file image Download
<?php
define
('pageclassconst', TRUE);
include_once
'./login/loginClass.php';
$login=new loginClass();
$login->logout();